[UWP]在Xone上为我的应用评分 [英] [UWP]Rate my app on Xone

查看:63
本文介绍了[UWP]在Xone上为我的应用评分的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello支持!

我们目前通过Microsoft商店发布了一个UWP应用程序。自推出以来,没有为数百万用户发布更多评级。我们想知道手机上是否有可用的API来自动在应用中显示弹出窗口,以便将
重定向到商店进行评级?

We currently have an UWP app published through the Microsoft store. Since it was launch, there was not much ratings published for the millions of users. We were wondering if there's an API available as on mobile to automatically show a popup in app to redirect to the store for rating it?

提前感谢您的帮助,

Martin

推荐答案

>>我们想知道手机上是否有可用的API来自动在应用中显示弹出窗口以重定向到商店进行评级吗?

>>We were wondering if there's an API available as on mobile to automatically show a popup in app to redirect to the store for rating it?

是的,有API可以请求您的应用程序的评级和评论。有两种方法可以做到这一点。

Yes, there is APIs that could request ratings and reviews for your app. There are two ways that you could do this.

首先,您可以尝试  StoreContext.RequestRateAndReviewAppAsync Method  直接在
的应用上下文中显示评分和评论对话框。

First, you could try to StoreContext.RequestRateAndReviewAppAsync Method to show a rating and review dialog directly in the context of your app.

另一种方法是,您可以使用  Launcher.LaunchUriAsync方法

Another way, you could programmatically open the rating and review page for your app in the Microsoft Store using Launcher.LaunchUriAsync Method.

您可以在此处获取更多信息:请求为您的应用评分和评论

You could get more information here:Request ratings and reviews for your app.

祝你好运,

Roy


这篇关于[UWP]在Xone上为我的应用评分的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆