我已从https://github.com/phonegap/phonegap-plugins/tree/master/iPhone/InAppPurchaseManager集成了应用内购买。
我正在使用xcode4.3&科尔多瓦-1.5.0。
我收到错误:
window.plugins.inAppPurchaseManager未定义
所以我无法调用像requestProductData等的inAppPurchaseManager方法。
答案 0 :(得分:0)
“window.plugins.inAppPurchaseManager 未定义”表示未定义window.plugins.inAppPurchaseManager变量。它在 InAppPurchaseManager.js 中定义。 您似乎忘记在您的HTML代码中包含InAppPurchaseManager.js文件:
<script type="text/javascript" src="js/InAppPurchaseManager.js"></script>