[android-developers] Re: Check IN-APP Billing Android in a Servlet Java

2016-10-13 Thread Antonio Dimasi
Hi everyone, i attached another picture where explain what i want. CASE 2 1) Android calls Google Play Service for IN-APP Billing. 2) Google Play Service checks and makes the payment, sends the response to Android. 3) Android send request to Servlet to check the payment. 4) The Servlet checks th

[android-developers] Re: Check IN-APP Billing Android in a Servlet Java

2016-10-13 Thread Antonio Dimasi
Hi everyone, i attached a picture where explain what i want. 1) Android calls the Servlet. 2) The Servlet uses the Google Play Service for IN-APP Billing. 3) Google Play Service checks and makes the payment, sends the response to the Servlet. 4) The Servlet notifies the payment to Android. Many