在应用程序中使用 adobe air 购买 android

发布于 2024-12-03 08:31:40 字数 218 浏览 0 评论 0 原文

我需要使用 Adob​​e AIR 编写一个具有支付功能的 Android 应用程序。所以我想让用户能够在应用程序中购买一些产品。在 iOS 中 - 有应用程序内购买,在 Android 中 - Google checkout。所以问题是:我可以在 Adob​​e AIR 中使用 google checkout 吗?我没有找到任何这方面的API。我错了吗?有这方面的API吗?如果没有 - 我可以用什么来实现?非常感谢!

I need to write an app for Android with Adobe AIR with payments capabilities. So I want to give user ability to buy some products in application. In iOS - there is In App Purchase, in Android - Google checkout. So the question is: can I use google checkout in Adobe AIR? I didn't find any API for this. Am I wrong? Is there any API for this? If no - what can I use for that? Thanx a lot!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

分分钟 2024-12-10 08:31:40

使用 Adob​​e 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/

笛声青案梦长安 2024-12-10 08:31:40

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文