アプリhttps://github.com/codechimp-org/AppRaterに評価機能を追加しようとしていますrate now
が、クリックするたびにThe item you requested could not be found
. どうすればこの問題から抜け出せますか。私は使っている
public void onClick(DialogInterface dialog, int id) {
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri
.parse("market://details?id=com.xxx.xxx")));