Hi everyone,
I want to try for the first time in one of my apps the InApp billing and I have some questions. I quote from the android developer site text:
First question:
This check means that it only checks for the version of the InApp billing api we use in the application and also if the Google play supports billing from the user's country. If I get a Supported = true which are the relevant messages for that answer. The same counts also for the Supported = False. Generally I found the following response codes and relevant messages from the server:
Are some of these responses the messages that BillingSupported event returns? And if it is are these messages always returned in English or in the phone's locale?
Second Question:
Does InApp billing checks if the user has entered a credit card in Google Play in order to be charged? If it does not do I do it and how?
Third question:
Do I have to implement the interface for the user to enter their credit card details or all these are handled by Google? It is not clear enough for me. How is the full process being done (does chrome opens or Google Play app?) ?
I could really use an expert's advise in InApp billing because I prefer the shortcut way rather than the "trial-error-knowledge accomplished" method.
Thanks in advance
I want to try for the first time in one of my apps the InApp billing and I have some questions. I quote from the android developer site text:
First question:
- Your application sends an isBillingSupportedrequest to Google Play to determine that the target version of the Google Play Billing API that you are using is supported. The request also verifies that Google Play supports billing in the user's country.
This check means that it only checks for the version of the InApp billing api we use in the application and also if the Google play supports billing from the user's country. If I get a Supported = true which are the relevant messages for that answer. The same counts also for the Supported = False. Generally I found the following response codes and relevant messages from the server:
Are some of these responses the messages that BillingSupported event returns? And if it is are these messages always returned in English or in the phone's locale?
Second Question:
Does InApp billing checks if the user has entered a credit card in Google Play in order to be charged? If it does not do I do it and how?
Third question:
Do I have to implement the interface for the user to enter their credit card details or all these are handled by Google? It is not clear enough for me. How is the full process being done (does chrome opens or Google Play app?) ?
I could really use an expert's advise in InApp billing because I prefer the shortcut way rather than the "trial-error-knowledge accomplished" method.
Thanks in advance