English 中文(简体)
如果用户点击“家”, 购买确认关闭并发送到家, 应用程序从未收到购买成功消息
原标题:If user hits "Home", purchase confirm closes and sends to Home and app never receives the purchase Success message
  • 时间:2012-05-24 17:12:22
  •  标签:
  • kindle

我们刚刚在亚马逊安德罗德商店推出了我们的新游戏。 我们看到了几场销售,使用户得不到他们所付的虚拟福利。 我重复了一次每次都会导致这种情况发生的使用案例。

Basically the user initiates and IAP, they are taken to the Amazon purchase dialog, they make the purchase and they are given Amazon s purchase confirmation dialog.
If the user, clicks the Close button on the Dialog or the Back button on the Options Bar at the bottom of the screen (with a Kindle Fire), the dialog closes and the IAP process sends a message to the app the purchase has been a success. I get the message and process it, all is good.
However, if the user hits the "Home" button the purchase confirmation closes and the user gets dumped to the Home Screen, the app never receives the purchase Success message.

我试图找些工作,因为用户不会关心亚马逊州IPA实施过程中信息接收的变幻无常, 他们只是关心他们没有买到的东西。我们有一件不可买到的好东西, 自从我们刚开始购买之前的购买, 我们的应用程序检查之后, 这没什么问题。 但是消费商品是另一个问题。 您无法修复这些商品 。

有工作吗?

问题回答

实际有2个应用程序执行购买。 购买由您的应用程序启动, 但由设备中的 Amazon IAP 组件执行, 这是另一个应用程序。 如果您按下主控按钮, 既让应用程序具有背景性, 也经常由于超强的内存管理, 应用程序进入休眠阶段, 甚至死亡, 取决于设备上的资源利用率 。 这导致购买无法达到您的应用程序 。

亚马逊有工作可循。 如本文所记载 — < a href="https:// developmenter. amazon.com/public/apis/earn/in-app- purchasing/in-app- purchasing/docs- v2/ propping-iap-2.0" rel=“nofollow”>https://developmenter. amazon.com/public/apis/earn/in-app- purchasing/docs-v2/ productioning-iap-2.0 , 执行PurchaseUpedateResponse (), 每当应用程序重新启动时,该软件将取回待购的物品。

还要确保您在项目完成后通知用户。 不这样做仍会影响您的应用程序工作, 但可能会对您的货币化产生消极影响( 原因不尽相同, 我不打算详细解释 ) 。





相关问题
Kindle - best way to save images

I have created a book that each page is a JPG picture (believe me, this is how the book is intended to be). This book is intended to be read in landscape. This will be a kindle book, intended to be ...

turning off sleep mode on kindle?

I m just getting into kindle development, and I want to know if it is possible to turn off kindle s sleep mode? Or is there a way to wake it up (or a way to program it to wake up) by pushing the ...

幼儿园的技术和标准

我把金le作为嵌入式系统的例子,在纸面上说明一些要点Im。 自2006年以来 我不是所有所用技术的一位专家,了解这些技术的人可以指出这些技术。

Kindle SDK Language/Platform

Does anyone know what language/platform the new Kindle SDK will support?

热门标签