Android In-App Purchase

◇◆丶佛笑我妖孽 提交于 2019-12-12 10:56:45

问题


Presently I am developing one application in android.I want to implement in app purchase in my app when i click a button.

Please help me with simple example to implementing in app purchase for our app.

Thanks in advance.


回答1:


I am sorry to answer in this manner, but the documentation from Google is pretty good on the subject; http://developer.android.com/guide/market/billing/index.html

The "Dungeons" example provides sample code that is pretty good.

In app billing is a bit complex, and uses some advanced Android techniques like IPC. I have been experimenting with this for the last two-three days, and I think you will have to do like me; close the office door and dig into the sample code & docs.

good luck! Please ask any specific question along the way. I am sure people will be more than willing to help.



来源:https://stackoverflow.com/questions/5700930/android-in-app-purchase

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