[android-developers] InApp Billing: Fetch Order Details and verify transactions on MY server?

2016-01-23 Thread WiTon Nope
I have made an Android app for selling digital content where items can be purchased using in-app-billing. I need my server to be aware of the purchase. The decision to deliver app-specific data should be made on the server, not in the client app. E.g. 1. User buys item X from Android Market.

[android-developers] InApp Billing: Fetch Order Details

2016-01-19 Thread Web Services Solutions Group
0down votefavorite I'm creating an Android application to sell digital content on my backend server. What I wish to do is fetch the order details after successful payment from the InApp Purchase and send details

[android-developers] InApp Billing: Fetch Order Details

2016-01-19 Thread Web Services Solutions Group
0down votefavorite I'm creating an Android application to sell digital content on my backend server. What I wish to do is fetch the order details after successful payment from the InApp Purchase and send details

[android-developers] InApp Billing: Fetch Order Details

2016-01-19 Thread Web Services Solutions Group
I'm creating an Android application to sell digital content on my backend server. What I wish to do is fetch the order details after successful payment from the InApp Purchase and send details to server side as php response to retrieve the required data and send it back to the customer. On