Question

I have successfully integrated the in app sample in my project and its working fine but I have not found any tutorial or document which tells that what changes we have to make in that sample for production. Currently in requestPurchase(this, "android.test.purchased") method its sending the parameter com.test.purchased.

I do not know what things I have to change before publishing it on android market.

Was it helpful?

Solution

Read the reference. You need to register and publish your own product in the developer console, then change the app to use that product name. You may also want to change the sample and implement some of the security measures mentioned here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top