Not necessary to implement your server. Google always retrieves purchase information.
On Sunday, September 27, 2015 at 1:33:25 PM UTC+5:30, yccheok wrote: > > Currently, we are offering non-consumable in-app purchase items to users. > > We solely rely on Google server, to retrieve user in-app purchase status, > via following documentation : > http://developer.android.com/training/in-app-billing/purchase-iab-products.html > > IabHelper.OnIabPurchaseFinishedListener mPurchaseFinishedListener > = new IabHelper.OnIabPurchaseFinishedListener() { > public void onIabPurchaseFinished(IabResult result, Purchase purchase) > { > > > I was wondering, can we solely depend on Google server to store user > in-app purchase status? Or, do we need to have our own server (as backup > purpose) to store user in-app purchase status too? > > Thanks. > Cheok > > > -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/98016596-abdf-4608-a472-3c40fa9fcbf1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

