应用内购买不会显示“输入促销代码”作为选项

时间:2017-01-24 07:16:22

标签: android in-app-purchase in-app-billing

以下是我执行应用内购买的方法。

public static void purchaseInApp(String sku) throws RemoteException, SendIntentException{
        Bundle buyIntentBundle = billingService.getBuyIntent(3, PACKAGE_NAME,
                sku, "inapp", "");
PendingIntent pendingIntent = buyIntentBundle.getParcelable("BUY_INTENT");
            activity.startIntentSenderForResult(pendingIntent.getIntentSender(),
                    PERFORM_PURCHASE_REMOVE_ADS, new Intent(), Integer.valueOf(0), Integer.valueOf(0),
                    Integer.valueOf(0));
}

我发布了500个promocodes,但是没有显示输入promocodes的选项。我认为它显示了大约1天然后停止了。我在不同的帐户上有2个应用程序这个问题。可能是我对代码做错了什么?

这是截图(对不起,用俄语)。没有promocode选项

enter image description here

0 个答案:

没有答案