gpt4 book ai didi

Android 应用内购买 - RESULT_ITEM_UNAVAILABLE

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:23:13 26 4
gpt4 key购买 nike

我正在尝试将 Android Market 应用内购买集成到我的应用中,但不幸的是,每次我尝试购买测试产品时都会遇到恼人的错误。

我已将示例应用程序 (Dungeons) 添加到我的应用程序中。我已更新公钥并将产品列表更新为以下内容:

/** An array of product list entries for the products that can be purchased. */
private static final CatalogEntry[] CATALOG = new CatalogEntry[] {
new CatalogEntry("lemonstorm.huru.full", "Full v", Managed.MANAGED),
new CatalogEntry("android.test.purchased", "purchased",Managed.UNMANAGED),
new CatalogEntry("android.test.canceled", "cancelled",Managed.UNMANAGED),
new CatalogEntry("android.test.refunded", "Refunded",Managed.UNMANAGED),
new CatalogEntry("android.test.item_unavailable", "unavailable",Managed.UNMANAGED)
};

我已经使用 Eclipse 导出了应用程序,并将其安装在我的手机上,还上传到了 Android Market 网站。同样在 Android Market 网站上,我将 lemonstorm.huru.full 添加为应用内购买并发布了它。

我还将我的 googlemail 帐户添加为测试帐户(即我在手机上登录的帐户)。

当我在手机上运行该应用程序时,每当我尝试购买 lemonstorm.huru.full 时,我都会收到一条 RESULT_ITEM_UNAVAILABLE 消息,但是如果我尝试购买 android.test.purchased,它绝对可以正常工作。

RESULT_ITEM_UNAVAILABLE 的文档说明如下:

Indicates that Android Market cannot find the requested item in the application's product list. This can happen if the product ID is misspelled in your REQUEST_PURCHASE request or if an item is unpublished in the application's product list.

产品 ID 完全相同,已明确发布并且请求必须顺利通过,因为它是示例应用程序并且适用于 android.test.purchased

如有任何想法,我们将不胜感激!

最佳答案

我遇到了同样的问题。我发布应用程序后,找到了产品。看起来像是 Google 测试帐户中的错误(?)

关于Android 应用内购买 - RESULT_ITEM_UNAVAILABLE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6136385/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com