Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have an app in the market without in-app billing. Now the new version should have in-app billing. Of course I am not ready yet and cannot upload the new version to the market, but how can I test and debug my unfinished code?

share|improve this question

3 Answers

up vote 1 down vote accepted

as a first step you need to test it using test requests. This testing is limited but will give you idea if the flow works correct or not.

Second step - real testing. You have to upload your app to Play (NOT publish, just upload), create another account (you can't buy things from yourself) and enable this account in your dev. console. Then you can purchase (for real money) the app and test how well it goes. Of course you can cancel/refund this anytime using your main account.

As a person implementing this in a couple of my apps I can tell you it's a pain.

Refer here for more info:

In-App Billing reference

share|improve this answer
what is the strategy that you use for testing your in-app billings. We're at the point that it all works, but we would like to build some unit test around this to make sure it's stable. It seems extremely complicated to test all the response codes from play in a junit test scenario with mock objects. – philipp Aug 1 '12 at 2:50

You can use the test product id's set up by Google to test your app. Check out this link

share|improve this answer

Firstly,You can use four reserved product IDs to test static in-app billing responses Secondly,Using a test account and upload you app as a draft,then you can test it using your own product IDs

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.