Rate and Comment

 If you want the user to review your application in myket, call the URL below:

myket://comment?id=[PACKAGE_NAME]

* Instead of [PACKAGE_NAME], you need to type the package name of one of your apps. For example, after calling the code below, the user will see the applications review of the Taaghche app with the app package name:

String url= "myket://comment?id=ir.mservices.mybook";
Intent intent = new Intent();
intent.setAction(Intent.ACTION_VIEW);
intent.setData(Uri.parse(url));
startActivity(intent);
To be able to test these links, your app must be published on Myket
Was this article helpful?
Dislike 0
Next: Open Application Page in Myket