<i id='QGVjJ'><tr id='QGVjJ'><dt id='QGVjJ'><q id='QGVjJ'><span id='QGVjJ'><b id='QGVjJ'><form id='QGVjJ'><ins id='QGVjJ'></ins><ul id='QGVjJ'></ul><sub id='QGVjJ'></sub></form><legend id='QGVjJ'></legend><bdo id='QGVjJ'><pre id='QGVjJ'><center id='QGVjJ'></center></pre></bdo></b><th id='QGVjJ'></th></span></q></dt></tr></i><div id='QGVjJ'><tfoot id='QGVjJ'></tfoot><dl id='QGVjJ'><fieldset id='QGVjJ'></fieldset></dl></div>
    • <bdo id='QGVjJ'></bdo><ul id='QGVjJ'></ul>

    <small id='QGVjJ'></small><noframes id='QGVjJ'>

      <legend id='QGVjJ'><style id='QGVjJ'><dir id='QGVjJ'><q id='QGVjJ'></q></dir></style></legend>
      <tfoot id='QGVjJ'></tfoot>

    1. Android 市场上的应用程序 - 没有 HTTP 通知

      App on Android market - HTTP notifications don#39;t come(Android 市场上的应用程序 - 没有 HTTP 通知)

      <small id='p8Q7m'></small><noframes id='p8Q7m'>

      1. <legend id='p8Q7m'><style id='p8Q7m'><dir id='p8Q7m'><q id='p8Q7m'></q></dir></style></legend>
        <tfoot id='p8Q7m'></tfoot>
          <i id='p8Q7m'><tr id='p8Q7m'><dt id='p8Q7m'><q id='p8Q7m'><span id='p8Q7m'><b id='p8Q7m'><form id='p8Q7m'><ins id='p8Q7m'></ins><ul id='p8Q7m'></ul><sub id='p8Q7m'></sub></form><legend id='p8Q7m'></legend><bdo id='p8Q7m'><pre id='p8Q7m'><center id='p8Q7m'></center></pre></bdo></b><th id='p8Q7m'></th></span></q></dt></tr></i><div id='p8Q7m'><tfoot id='p8Q7m'></tfoot><dl id='p8Q7m'><fieldset id='p8Q7m'></fieldset></dl></div>

            <tbody id='p8Q7m'></tbody>
                <bdo id='p8Q7m'></bdo><ul id='p8Q7m'></ul>

                本文介绍了Android 市场上的应用程序 - 没有 HTTP 通知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                前言:这个问题已经过时了.钱包控制台中不再有 Google Checkout、Checkout API 和通知设置.

                PREAMBLE: the question is wildly obsolete. There's no more Google Checkout, no more Checkout API, and no more notification settings in Wallet Console.

                我在 Android 电子市场上有一个付费应用.我在 Google Checkout 设置中设置了 HTTPS 通知 URL.但是没有通知.

                I have a paid app on Android Market. I've set up an HTTPS notification URL in Google Checkout settings. Yet notifications don't come.

                我在集成下的 Google Checkout 设置如下所示:

                My Google Checkout settings under Integration go like this:

                • 我的公司只会发布经过数字签名的购物车 - 已检查
                • API 回调 URL - 提供,它是 HTTPS 并且有效
                • 以 XML 形式通知 - 已检查
                • API 版本 - 2.5
                • 通知过滤 - 选中

                请问,我做错了什么?Android Market 是否支持实时订单通知?如果是这样,是否有单独的用户界面来设置这些?

                Please, what am I doing wrong? Are realtime order notifications supported for Android Market at all? If so, is there a separate UI for setting those up?

                欢迎任何数据点.如果您在市场上销售商品并确实收到了这些 HTTP 通知,那么让我们比较一下设置.

                any data points would be welcome. If you sell stuff on the Market and do get those HTTP notifications, let's compare the setups.

                认真考虑对我的 Google Checkout 帐户进行定时轮询.:(

                seriously considering timed polling of my Google Checkout account. :(

                已联系 Google Checkout 支持.一个多星期没有实质性反应.:((从好的方面来说,可以通过日期和状态过滤来检索一个人的 Google Checkout 订单列表.关于检索订单详细信息...

                contacted Google Checkout support. No substantial response for over a week. :(( On the brighter side, it is possible to retrieve the list of one's Google Checkout orders, with date and state filtering. On to retrieving order details...

                推荐答案

                支持代表告诉我这是设计使然,我应该使用通知历史 API 实现帐户轮询.

                The support rep told me it's by design, I should implement account polling with notification history API.

                具体来说:https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Order_Report_API 描述了如何获取给定状态的订单列表

                Specifically: https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Order_Report_API describes how to get the list of orders in given state

                https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Notification_History_API让您检索订单详细信息(在我的情况下,仅获取新订单"通知就足够了).

                https://developers.google.com/checkout/developer/Google_Checkout_XML_API_Notification_History_API lets you retrieve order details (getting just the "new order" notification is sufficient in my case).

                您不能将 Google Checkout API 的某些部分用于 Android Market 订单(例如标记为已归档).

                you cannot use some parts of the Google Checkout API with Android Market orders (like marking as archived).

                这没有记录.相关问题此处.

                This is not documented. Related question here.

                这篇关于Android 市场上的应用程序 - 没有 HTTP 通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Storing and reading files from Documents directory iOS 5(从 Documents 目录存储和读取文件 iOS 5)
                How can i use MYSQL database connection in iphone application useing cocos2d?(如何在使用 cocos2d 的 iphone 应用程序中使用 MYSQL 数据库连接?)
                Smoothly drag a Sprite in cocos2d - iPhone(在 cocos2d 中平滑拖动一个 Sprite - iPhone)
                CCScrollView scroll and touch events never firing(CCScrollView 滚动和触摸事件永远不会触发)
                removing jagged edges of my ropes using antialiasing of OpenGLES(使用 OpenGLES 的抗锯齿去除绳索的锯齿状边缘)
                cocos2d Moving between scene(cocos2d 在场景之间移动)

                  <small id='qyajg'></small><noframes id='qyajg'>

                        <bdo id='qyajg'></bdo><ul id='qyajg'></ul>
                        <legend id='qyajg'><style id='qyajg'><dir id='qyajg'><q id='qyajg'></q></dir></style></legend>
                      • <tfoot id='qyajg'></tfoot>
                            <tbody id='qyajg'></tbody>
                          <i id='qyajg'><tr id='qyajg'><dt id='qyajg'><q id='qyajg'><span id='qyajg'><b id='qyajg'><form id='qyajg'><ins id='qyajg'></ins><ul id='qyajg'></ul><sub id='qyajg'></sub></form><legend id='qyajg'></legend><bdo id='qyajg'><pre id='qyajg'><center id='qyajg'></center></pre></bdo></b><th id='qyajg'></th></span></q></dt></tr></i><div id='qyajg'><tfoot id='qyajg'></tfoot><dl id='qyajg'><fieldset id='qyajg'></fieldset></dl></div>