开发者

Is there any problem with Android Market today? [closed]

This question is unlikely to help any fut开发者_C百科ure visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 11 years ago.

I have an application on the Android market and I have provided a link for the users to rate my app which will direct them to my market application page directly using market-publishing link provided.

This was working perfectly well for some time now. Suddenly, today I'm not able to access the market page like that. I'm sure I haven't changed the code, and it does conform to the link given above.

Need help.


Are you using something like:

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setData(Uri.parse("market://details?id=com.android.example"));
startActivity(intent);

or opening a browser to a URL http://market.android.com/blahblahblahwhatever

I just tested the first case, and it works. Perhaps something has changed with your Market app's defaults? Try going into Settings > Applications > Manage Applications > (find your market, it is a system app most likely) > Clear defaults / Clear Data (depends on market version)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜