您的位置:首页 > 移动开发

Android实现in_app purchase: The item you were attempting to purchase could not be found

2012-04-05 15:47 525 查看
继续做in_app purchase:

先把官方的 sample 运行通了再做自己的实现

参考资料:http://developer.android.com/guide/market/billing/billing_integrate.html 来一步一步实现:

特别注意一点:

否则会显示:


the
item not found

现在又显示:



今天发现,当我购买 play store 里面的应用时,也出出现这个问题,不知道为什么?

终于找到原因了: 我没有把item publish 只是save 了

Also, a test account can purchase an item in your product list
only if the item is published. The application does not need to be published, but the item does need to be published.

Add items to the application's product list.

Make sure that you publish the items (the application can remain unpublished). See Creating
a product list to learn how to do this.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐