如何启动以“提供反馈”在Android模式下,谷歌播放意图是什么?意图、反馈、模式下、Android

2023-09-12 06:53:27 作者:淡若如风

我刚刚写了游戏的谷歌播放并想提醒我的客户,以客户留言留在市场上应用程序(尤其是演示版)。有没有什么办法来启动市场的意图的模式,将采取用户的页面?

I have just written a game for the Google Play and would like to remind my customers to leave feeback on the market for the application (especially the demo version). Is there any way to launch the market intent in a mode that will take the user to the feedback / comments section of the page?

我已经使用这种方法来连接我的演示到付费应用程序...

I already use this approach for linking my demo to the paid application...

Intent goToMarket = null;
goToMarket = new Intent(
                   Intent.ACTION_VIEW,
                   Uri.parse("market://details?id=com.paulmaidment.games.flagsoftheworld"));
startActivity(goToMarket);

有没有最好的做法?

Is there a best practice?

此外,有没有什么方法来跟踪从我的演示程序referalls这样我可以尝试计算某种形式的转化率? (即如何有效的演示应用程序是产生销售。)

Additionally, is there any way to track referalls from my demo application so that I can try to calculate some kind of a conversion rate? (that is, how effective the demo application is at generating sales.)

推荐答案

我不知道如果可能的意图,直接以用户为反馈/评论部分。开发者指南中没有提到这种可能性。

I'm not sure if its possible for an intent to take a user directly into the feedback/comments section. The developer guide does not mention that possibility.

至于跟踪引荐你可能想看看这个: http://$c$c.google.com/mobile/analytics/docs/android/#android-market-tracking

As for tracking referrals you might want to check out this: http://code.google.com/mobile/analytics/docs/android/#android-market-tracking