내 앱 https://github.com/codechimp-org/AppRater에 등급 기능을 추가하려고하는데, rate now
을 클릭 할 때마다 The item you requested could not be found
가 표시됩니다. 이 문제는 어떻게 해결합니까? 사용하고 있습니다"markets : // details? id ="항목을 찾을 수 없습니다.
public void onClick(DialogInterface dialog, int id) {
context.startActivity(new Intent(Intent.ACTION_VIEW, Uri
.parse("market://details?id=com.xxx.xxx")));
가능한 중복 구글 플레이에서해야 휴대 전화에 앱 저장] (http://stackoverflow.com/questions/10816757/rate-this-app-link-in-google-play-store-app-on-the-phone) – kcoppock
해당 앱에서 사용할 수 있습니까? 장치에 대한 테스트? Google Market을 테스트 한 것 같습니다. 권리? –
@FahadIshaque : 예, 그렇습니다. 소니 Xperia x8 (android 2.1) –