- c - 在位数组中找到第一个零
- linux - Unix 显示有关匹配两种模式之一的文件的信息
- 正则表达式替换多个文件
- linux - 隐藏来自 xtrace 的命令
我正在尝试了解适用于 Android 的应用内结算文档,特别是 IN_APP_NOTIFIY 响应。寻找 at the reference ,内容如下
com.android.vending.billing.IN_APP_NOTIFY
This response indicates that a purchase has changed state, which means a purchase succeeded, was canceled, or was refunded. This response contains one or more notification IDs. Each notification ID corresponds to a specific server-side message, and each messages contains information about one or more transactions. After your application receives an IN_APP_NOTIFY broadcast intent, you send a GET_PURCHASE_INFORMATION request with the notification IDs to retrieve the message details. The sample application assigns this broadcast intent to a constant named ACTION_NOTIFY.
Extras
notification_id—a String representing the notification ID for a given purchase state change. Android Market notifies you when there is a purchase state change and the notification includes a unique notification ID. To get the details of the purchase state change, you send the notification ID with the GET_PURCHASE_INFORMATION request.
当响应只是一个字符串时,如何获取多个通知 ID?如何处理多个通知的情况?
最佳答案
看来google的文档确实是错误的。也许写这段摘录的人对“Google Play 可能会重复发送 IN_APP_NOTIFY Intent 以获取 PURCHASE_STATE_CHANGED 消息,即使您的应用程序已发送 CONFIRM_NOTIFICATIONS 消息”这一事实感到困惑。可以在这里阅读:http://developer.android.com/guide/google/play/billing/billing_overview.html#billing-action-notify
这意味着您应该能够处理多个 IN_APP_NOTIFY Intent ,但一个 IN_APP_NOTIFY Intent 只包含一个通知 ID。另一种可能性是,编写文档的人对以下事实感到困惑:当发出 GET_PURCHASE_INFORMATION 类型的请求时,您可以发送一组通知 ID,如“检索购买或退款的交易信息 (GET_PURCHASE_INFORMATION)”一节中所述在文档中:http://developer.android.com/guide/google/play/billing/billing_integrate.html
关于Android 电子市场应用内结算 IN_APP_NOTIFY 响应,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7070439/
我如何开始成为一名 Android 开发者?我知道我需要付费,但我不确定其他事情。本人做过iOS开发,恕我以Apple App Store做比较或假设。 如何分发我的应用程序? 是否有应用审核流程?
几周前,我上传了一个应用程序,它恰好是一个小部件。但是从我上传它开始,我看到很多人取消了。谷歌给我的唯一原因是: You cancelled this order. Reason: Other (de
(问题也张贴在这里:http://www.google.com/support/forum/p/Android+Market/thread?tid=68dc1f694537c7dc&hl=en) ht
我怎么能写一段代码来告诉我你的 android 手机上安装了 android market? 最佳答案 有两种方法。您可以使用已经提到的 getPackageManager() 和 getApplic
我正在为 Android 上的应用程序开发精简版。如何启动 Intent 以打开 Android Market,最好显示我的应用程序的完整版本?这很难在模拟器(这是我拥有的最接近设备的设备)上进行测试
如何在 Android Market/Google Play 上找到我的应用程序的市场 URL? 最佳答案 市场 URL 的格式如下: market://details?id=com.example.
刚才我开发了一个应用程序,现在我准备把它上传到安卓市场,但是当我尝试上传时,它显示以下错误消息: Market does not accept apk signed with the debug ce
我是一名优秀的程序员,十分优秀!