有人使用David Orchard's fork使用PhoneGap进行应用内购买吗?它在一年多来没有更新。根据这个thread城市飞艇还无法帮助。
答案 0 :(得分:14)
啊!我只需要看起来更难,这个PhoneGap插件应该可以正常工作。我会在这里评论它与Urban Airship的效果如何。
https://github.com/phonegap/phonegap-plugins/tree/master/iOS/InAppPurchaseManager
答案 1 :(得分:4)
daniellmb建议的phonegap plugin效果很好。请记住以下内容
InAppPurchaseManager.h中的CORDOVA_FRAMEWORK,删除所有代码。您将遇到inAppPurchaseManager.h中找不到的“CDVPlugin.h”文件,这两个导入应该是什么样的
#import <Cordova/CDVPlugin.h>
#import <Cordova/NSData+Base64.h>
如果你没有找到errror插件'InAppPurchaseManager',或者不是CDVPlugin。检查Cordova.plist中的插件映射。您必须将以下内容添加到Cordova.plist
<key>InAppPurchaseManager</key>
<string>InAppPurchaseManager</string>