简体   繁体   English

Android应用内购买

[英]Android In-App Purchase

Presently I am developing one application in android.I want to implement in app purchase in my app when i click a button. 目前我正在android中开发一个应用程序。我想在我的应用程序中实现应用程序购买时单击按钮。

Please help me with simple example to implementing in app purchase for our app. 请帮我一个简单的例子来实现我们的应用程序的应用程序购买。

Thanks in advance. 提前致谢。

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 http://developer.android.com/guide/market/billing/index.html

The "Dungeons" example provides sample code that is pretty good. “Dungeons”示例提供了非常好的示例代码。

In app billing is a bit complex, and uses some advanced Android techniques like IPC. 在应用程序计费有点复杂,并使用一些先进的Android技术,如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. 我相信人们会更愿意提供帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM