I want to add custom app store like this https://cafebazaar.ir
that is looks like google store.
The only difference is
util/IabHelper.java (lines 265 , 266)
Intent serviceIntent = new Intent("com.android.vending.billing.InAppBillingService.BIND"); serviceIntent.setPackage("com.android.vending");
changed to (https://github.com/cafebazaar/TrivialDrive)
Intent serviceIntent = new Intent("ir.cafebazaar.pardakht.InAppBillingService.BIND"); serviceIntent.setPackage("com.farsitel.bazaar");
how can i solved it?