问题描述
我是Android初学者.我创建了一个只有一个按钮的测试应用程序,然后单击它时,它会启动应用内购买.它在几天前工作,但现在不起作用.我还检查了其他相关帖子,我尝试了所有"测试帐户"和" Active App In-App产品"方法,但它仍然给我相同的错误消息.
另外,我尝试直接从Eclipse运行该应用程序,它用来向我展示"您的应用程序版本无法进行应用程序内购买"之类的东西,因为该APK未签署.但是今天,我又有相同的错误消息:找不到您要购买的物品.
请,一些经验丰富的Android开发人员给了我一只手.
问候,
jasen
推荐答案
刚刚与Google进行了快速聊天. Google现在要求发布该应用程序以测试应用内计费. 因此,我们需要以Alpha测试模式上传该应用程序并测试应用内计费过程. Google尚未审查其文档,因此您遇到此类问题的任何人都希望它有所帮助.
其他推荐答案
我在代码中实现Inapp计费时使用了此链接,直到今天才正常工作,所以我希望它能帮助您
http://www.techotopia.com/index.php/integrating_google_glay_play_play_in-app_billing_into_into_anto_android_application_application_2%80%80%93_a_tutororial for php/integnating_google_play_in-app_billing_into_anto_android_application_%e2%80%93_A_TUTOIRALION
问题描述
I'm an android beginner. I created a test app which only got one button, and when you click on it, it starts the in-app purchase. It works couple of days earlier, but it was not working now. I also checked on other related post, I tried all the 'test account' and 'active in-app product' methods, but it still gives me the same error message.
Also, I tried to run the app directly from eclipse, it use to show me something like 'the version of your app can not make in-app purchase' since that APK was not signed. But today, I have the same error message again: The item you were attempting to purchase could not be found.
Please, some experienced android developer give me a hand.
Regards,
Jasen
推荐答案
Just had a quick chat with Google. Google now requires the app to be published in order to test in-app billing. So, we need to upload the app in alpha testing mode and test the in-app billing process. Google has yet to review its documents so any of you guys having this sort of problem, hope it helps.
其他推荐答案
I used this link when i implement inapp billing in my code and it is working fine till today so i hope it will help you