当有人在我的 Android 应用程序中购买管理项目时, 我试图执行一个功能来更新我的服务器侧边数据库 。
Basically I want the user to be able to log on to my website when the managed item have been purchased but not before. Can someone please provide me with details on how to accomplish this. Someone I would like to send a username/email or similar to the web page that I can use to update the server database. However I need to make sure this cannot be sent by a user that have not purchased the managed item in my Android application
我读过一些关于这个议题的好文章,
- How do I verify Android In-app Billing with a server with Ruby?
- http://crazyviraj.blogspot.se/2011/06/some-notes-on-implementing-in-app.html
最佳方面