Google InAppBilling returns 空
Google InAppBilling returns null
我正在开发 Cordova 3
的混合移动应用程序。对于 InAppBiling
我使用了这个插件 https://github.com/poiuytrez/AndroidInAppBilling。
我已经按照网站上的介绍做了一个样例。但是在我的应用程序中,当我调用 inappbilling.init(successHandler, errorHandler, { showLog: true });
时,会使用 error: null
调用 errorHandler
很奇怪,
我发现IabHelper.java
中的line 266
中有一个java.lang.NullPointerException
。
我在下面评论 Line 266
一切都变得正确了,谁能描述一下。
Intent serviceIntent = new Intent("ir.cafebazaar.pardakht.InAppBillingService.BIND");
// serviceIntent.setPackage("ir.cafebazaar.pardakht");
我正在开发 Cordova 3
的混合移动应用程序。对于 InAppBiling
我使用了这个插件 https://github.com/poiuytrez/AndroidInAppBilling。
我已经按照网站上的介绍做了一个样例。但是在我的应用程序中,当我调用 inappbilling.init(successHandler, errorHandler, { showLog: true });
时,会使用 error: null
很奇怪,
我发现IabHelper.java
中的line 266
中有一个java.lang.NullPointerException
。
我在下面评论 Line 266
一切都变得正确了,谁能描述一下。
Intent serviceIntent = new Intent("ir.cafebazaar.pardakht.InAppBillingService.BIND");
// serviceIntent.setPackage("ir.cafebazaar.pardakht");