I am trying to add rating feature in my app https://github.com/codechimp-org/AppRater but, the every time I click on the rate now
it says The item you requested could not be found
.
How do I get out of this trouble. I am using
public void onClick(DialogInterface dialog, int id) {
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri
.parse("market://details?id=com.xxx.xxx")));