How to connect playstore payment gateway inside app in Android?

北战南征 提交于 2019-12-11 12:14:11

问题


I am creating an app which is free for few modules and I would like users to pay for other modules that are available in this app. I don't want the users to pay and download the full version from playstore. Instead I would like the users to use my app to pay and activate the full version.

I have seen this in lot of games... But I don't know where to start with.


回答1:


You can do this with the Google Play Billing. Develop your game with all the modules and enable/disable the modules according to what the user has bought. In order to do this verification, register products for your app that represents the module



来源:https://stackoverflow.com/questions/14856343/how-to-connect-playstore-payment-gateway-inside-app-in-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!