How to do restore purchase and get whether the Product is Purchase or not?
问题 I have implemented the in-App Billing in my android App. The code i use it as below : oncreate method: startService(new Intent(this, BillingService.class)); System.out.println(" - - - - CHECK FOR THE PURCHASE PRODUCT - - - - "); BillingHelper.setCompletedHandler(mTransactionHandler); Handler is: public Handler mTransactionHandler = new Handler(){ public void handleMessage(android.os.Message msg) { System.out.println("SEE FOR THE PRODUCTS PURCHASE OR NOT"); Log.i(TAG, "Transaction complete");