问题标签 [in-app-billing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - 应用内计费测试 RESULT_DEVELOPER_ERROR
我正在使用开发者帐户和测试项目 ( android.test.purchased
) 在手机上测试应用程序。当我调用该isBillingSupported()
方法时, my ResponseCode
is RESULT_DEVELOPER_ERROR
。我没有在市场上发布该应用程序,但我读到它是不必要的,因为我使用android.test.purchased
.
我把它作为草稿上传到市场上,仍然没有运气......我失去了勇气......
android - 使用 paypal 选项在 android 中销售电子书?
我的应用程序基本上应该销售电子书,需要通过 Android Market 分发。对于付款方式,我想使用 PayPal。那么,直截了当,我是否可以使用贝宝作为数字商品的付款方式(在我的情况下是电子书)?我已经用谷歌搜索了一段时间。但是我没有任何值得参考的东西。
我还阅读了 Android Market 条款,并不太明白他们是否允许这样的应用内计费选项。我从他们的文档中看到的都是 Google Checkout。任何帮助将不胜感激。
好吧,仅供参考,我参考http://www.google.com/mobile/android/market-tos.html。
为了跟上,http://www.android.com/us/developer-content-policy.html#showlanguages 这个链接可能更适合我的情况。
android - 真机Android应用内计费bindService失败
我正在尝试基于 Dungeons 示例应用程序实现应用内计费。但是 bindService 总是返回 false。
这是logCat:
WARN/ActivityManager(1435):无法启动服务 Intent { act=com.android.vending.billing.MarketBillingService.BIND }:未找到
而且,根据android官方网站的说明,以下几点是没有问题的。
- 在真实设备上运行
- 更新发布者密钥
- 安装的apk文件和发布的一样
此外,我无法在中国(中国)成功运行它,但在日本运行良好。(可以单击“购买”按钮)
有什么建议吗?提前致谢。
android - Any problems regarding LVL when moving apps from one Google account to another?
I'm considering moving my apps to another Google (Apps) Account as described here:
http://www.google.com/support/androidmarket/developer/bin/answer.py?hl=en&answer=139626
However, I need to be sure there are no "gotchas" regarding LVL or in-app billing.
In particular, LVL signs responses with your public key (as given in the Edit Profile of your Developer account). So what happens when you move an app from one account to another?
If LVL uses the new public key then the existing app installations will all fail their LVL checks.
Has anyone got experience of moving an LVL (or in-app billing) app to a different Google account?
mobile - 应用内计费 - WP7、Android、iOS、OVI 和 BB
我无法弄清楚主要移动平台的应用内计费系统。
我的理解是,对于 iOS 和 Android,您只能使用各自平台提供的应用内计费。然而 www.urbanairship.com 声称提供跨 Android 和 iOS 的计费选项。
OVI、BlackBerry 和 Windows Phone 7 的计费选项/要求是什么?
android - android中inAppBilling中的startBuyPageActivity
我是 android 新手,因此我需要你的帮助。提前致谢!!!我正在尝试在我的应用程序中实施应用程序计费,但我不清楚一件事......我查看了 developer.android.com 并通过谷歌搜索,但没有找到为什么实施如此重要startBuyPageActivity 位于 Android 2.0 及更高版本的示例应用程序方法中的 PurchaseObserver.java 文件中以及如何操作...我问你这个问题是因为我有 2.2 android 手机进行测试,并且我使用 android.test.purchased 产品和所有东西进行测试很好...我知道该项目已购买并出现在我的活动中...感谢每一位帮助或信息...再次感谢您的帮助或信息...:D
这是我的 startBuyPageActivity 代码:
android - 如何在不购买商品的情况下测试 android 应用内计费 RESTORE_TRANSACTIONS
我正在使用 Android 计费库来销售托管产品。但我想在不购买任何托管产品的情况下测试 RESTORE_TRANSACTIONS 以了解它是如何工作的。
有可能这样做吗?
android - Android 应用内计费:什么是“开发人员有效负载”以及“购买”按钮如何工作?
我正在使用 Google 应用内计费示例应用“Dungeons”。
在这个应用程序中,我可以点击“购买”按钮购买东西或点击“编辑有效负载”按钮...编辑有效负载:)。但我不明白这个按钮是什么以及“编辑有效负载”是什么意思......有人能澄清一下吗?
顺便说一句,谁能告诉我“购买”按钮是如何触发购买动作的,因为地下城应用程序中的代码如下(购买动作是由我不明白如何发起的......):
谢谢 !
android - 三星 Plasma 与 Android 应用内计费
Androidn 应用内计费和三星应用内计费 Plasma 库有什么区别。
http://innovator.samsungmobile.com/cms/cnts/knowledge.detail.view.do?cntsId=9984&platformId=1
到现在为止我的理解是,后者使用运营商计费而不是信用卡计费,还有什么别的吗?
我可以向三星应用商店提交使用普通 Android 应用内计费的应用程序,还是必须使用他们的库来实现应用内计费?
我将不胜感激有关此库的任何其他说明..
android - 根据 product_id 从 Android 商店获取价格
在我的应用程序中,我使用的是应用程序计费(Android)。
我想根据 product_id 从 Android 市场获取价格。
请告诉我一个方法来做到这一点。
谢谢索拉布