您的应用使用了不正确的应用内结算方式。有关详细信息,请参阅此Google帮助中心文章。
后续步骤
Intent.setPackage(“com.android.vending”)
的任何意图上调用"com.android.vending.billing.InAppBillingService.BIND"
。即使我使用以下代码,我收到了这封邮件。
Intent serviceIntent = new Intent("com.android.vending.billing.InAppBillingService.BIND");
serviceIntent.setPackage("com.android.vending");
bindService(serviceIntent, mServiceConn,
Context.BIND_AUTO_CREATE);
那里有什么实际问题?为什么谷歌会发出此警告?
答案 0 :(得分:3)
您可能使用的是旧版Google Play服务,其使用方法不正确。尝试更新到最新的