JCoder
JCoder

Reputation: 51

In-App Billing Testing without Uploading apk

I am new to android development. I have to implement In-App Billing in this purpose i have downloaded the source code from multiple tutorial sites (like Blundell) and implemented one tutorial by my-self from this link.

I want to test this application without uploading APK to the developer console. I have tried no. of searches on Google and saw links on StackOverflow but nothing helps about this. For product ID I used android.test.purchased.

Any guidance or steps and prerequisites to test In-app without uploading to Developer Console

Upvotes: 2

Views: 1974

Answers (2)

JCoder
JCoder

Reputation: 51

At last I found solution to my problem. May be this could have been happened to most of people. Just log in with Gmail account on to the target device, in my case it is nexus 7. For In-App Billing for testing purpose or purchasing real product from Google Play you have to log in with the google account to purchase or test.

Upvotes: 1

m.Ling
m.Ling

Reputation: 296

You cant test this without uploading it to the developer console, But to upload it to the developer console does not mean that you need to release it, the app can be in the developer console under unpublished and then you can test it. Dont forget to add you mail as a tester so you dont need to pay while testing.

Upvotes: 2

Related Questions