I want to know if its possible / legal (and not the terms of service) can use google checkout api for Android application to support when buying applications. The types of items purchased will be a bit of extra coins, where they can be bought several times.
I know that for this you will need to get the user credentials or point them to the verification page or something else. I want to know if this can be done in the application by opening a web view for the verification process, and then receiving a callback to a custom URL on my server, which will allow the application to see that the purchase was successful. Something like what the Android market is doing for app purchases.
Thanks for any answers. I currently don't have code to display, as I study this before devoting time to creating something that I cannot use. In addition, the android will support its own in-app purchases in new versions of sdk.
source share