我目前正在使用插件
https://github.com/purplecabbage/phonegap-plugins/tree/master/iPhone/InAppPurchaseManager
对于我项目中的inapppurchase和沙箱测试,iap已启动并将状态返回为 PaymentTransactionStatePurchased ,但在状态警报(PaymentTransactionStatePurchased)之后,应用程序被挂起并且不会继续进行onPurchased()功能尝试了很多,但找不到解决方案。
答案 0 :(得分:0)
让它工作我正在使用函数onDeviceReady()所以它没有触发事件,因为我必须使用document.addEventListener('deviceready',onDeviceReady,false)