我已将所有产品添加为被管理产品。当我查询getPurchases
时,它只返回1项,但当我查询getHistory
时比返回3项我感到困惑为什么它发生?Android:应用帐单仅返回1次购买
GET采购编号:
Bundle ownedItems = mService.getPurchases(6, getPackageName(), "inapp", null);
获得的交易记录代码:
Bundle purchaseHistoryBundle = mService.getPurchaseHistory(6, getPackageName(), "inapp", null, new Bundle());
我已经购买了很多产品我怎么能解决这个问题?