문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top