You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AppRate.with(this).setStoreType(String); // Any other store,// String - an RFC 2396-compliant URI to your app// e. g. "https://otherstore.com/app?id=com.yourapp"// or "otherstore://apps/com.yourapp"
Сustom Intents
You can set custom action to the Rate button. For example, you want to open your custom RateActivity when the Rate button clicked.
AppRate.with(this).setStoreType(Intent[]); // Any custom intents, Intent[] - array of intents,// first will be executed (startActivity(intents[0])),// if first fails, second will be executed (startActivity(intents[1])), etc.
Hi,As you know,China can't access google market,we have many app market,so,can you add a method so that developers can control their own jump market?
The text was updated successfully, but these errors were encountered: