getPurchaseListingDetails在anjlab中返回null

时间:2018-11-26 14:41:03

标签: android in-app-purchase

我正在使用anjlab中的BillingProcessor。

我正处于Google Play的内部测试阶段(不是alpha或beta)。我正在从Android Studio调试。

其中具有功能:

String licenceKey = "My license key from Google Play";
bp = BillingProcessor.newBillingProcessor(this, /*"YOUR LICENSE KEY FROM GOOGLE PLAY CONSOLE HERE" null if checking test*/ licenceKey, this);

licenceKey是从Google Play信息中心获取的,位于“开发工具” |“服务和API” |“许可和应用内帐单”下。

productsARR= new ArrayList<>();
productsARR.add("version01myiap");

version01myiap是此应用在Google Play上的IAP ID,处于活动状态。

然后我打电话

if((skuARR = bp.getPurchaseListingDetails(productsARR)) != null) {
}

不包含在该if语句中的地方。

我在做什么错?是因为我还在接受内部测试吗?

0 个答案:

没有答案