现在我正在使用inapp purchase v3,我可以购买物品。
但是当我买了它,我卸载了应用程序,清除了 Google Play 数据并删除了帐户(然后我用相同的帐户再次登录),当我再次安装该应用程序时,我的购买历史是空的。如何在 v3 中恢复它?
如果我查看 IabHelper 中的代码,则有一个函数queryPurchases
:
Bundle ownedItems = mService.getPurchases(3, mContext.getPackageName(),
itemType, continueToken);
但第一次, continueToken 为空。这可能是问题吗?