Is there any functionality in Google’s in-app purchase API that can charge a user’s sim card? I would like to allow a user to make an in-app purchase with just a button click and without the hassle of entering a credit card number.
Is there any functionality in Google’s in-app purchase API that can charge a user’s
Share
I think you may have misunderstood how In-App purchases (for Android) work. From the In-App Billing page:
So what this means is that when the user makes an In-App purchase within your application, the checkout procedure is identical to if/when they purchase an app in the Android Market. Assuming they have a credit card registered with Android Market, it gets automatically charged and your users are good to go. If they don’t have a credit card registered, they’re prompted to add/register one when they initiate the purchase.
In either case, it’s all taken care of by Google.