在应用程序中使用 adobe air 购买 android
我需要使用 Adobe AIR 编写一个具有支付功能的 Android 应用程序。所以我想让用户能够在应用程序中购买一些产品。在 iOS 中 - 有应用程序内购买,在 Android 中 - Google checkout。所以问题是:我可以在 Adobe AIR 中使用 google checkout 吗?我没有找到任何这方面的API。我错了吗?有这方面的API吗?如果没有 - 我可以用什么来实现?非常感谢!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Adobe AIR 的本机扩展功能可以实现这一点。您可以在此处详细了解其工作原理:
http:// /www.adobe.com/devnet/air/articles/developing-native-extensions-air.html
此外,还有一个预构建的扩展可以为您处理所有这些问题。完全披露,这是一个商业扩展,我是作者:
http://www.milkmangames.com/blog/2011/12/28/announcing-android-in-app-purchases-for-adobe-air/
This is possible using the Native Extension feature of Adobe AIR. You can read more about how that works here:
http://www.adobe.com/devnet/air/articles/developing-native-extensions-air.html
Also, there is a extension prebuilt that handles all this for you. Full disclosure, it is a commercial extension and I am the author:
http://www.milkmangames.com/blog/2011/12/28/announcing-android-in-app-purchases-for-adobe-air/
Google checkout 无法从 Air 应用程序访问,只有 SDK
Java、.NET、PHP 和其他语言接受 Action Script 3。
http://code.google .com/apis/checkout/samplecode.html
Google checkout isn't accessible from Air applications, there are only SDKs for
Java, .NET, PHP and other languages accept Action Script 3.
http://code.google.com/apis/checkout/samplecode.html