Open this app to confirm your subscription before Jun 23, 2020
问题 Open this app to confirm your subscription before Jun 23, 2020. What is causing this? 回答1: PurchaseResult was returning my purchases with acknowledge as false. Using the following code, managed to fix the issue. for (Purchase purchase: purchasesResult.getPurchasesList()) { AcknowledgePurchaseParams acknowledgePurchaseParams = AcknowledgePurchaseParams.newBuilder() .setPurchaseToken(purchase.getPurchaseToken()) .build(); acknowledgePurchaseParams.getDeveloperPayload();