正在寻找代码来询问“请评价此应用程序”

发布于 2024-11-08 17:15:11 字数 64 浏览 0 评论 0原文

我正在寻找代码来询问用户是否想要在使用该应用程序 X 时间后对其进行评分。我在一些大型游戏应用程序中看到了这一点。

I am looking for code to ask the user if they want to rate the app, after they have been using it for X amount of time. I have seen this in some of the big gaming apps.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

我三岁 2024-11-15 17:15:11

这广泛用于提示对应用程序进行评分。

http://arashpayan.com/blog/2009/09/07/presenting- appirater/

编辑:

入门

Add the Appirater code into your project 
Add the CFNetwork and SystemConfiguration frameworks to your project 
Call [Appirater appLaunched:YES] at the end of your app delegate's application:didFinishLaunchingWithOptions: method. 
Call [Appirater appEnteredForeground:YES] in your app delegate's applicationWillEnterForeground: method. 
(OPTIONAL) Call [Appirater userDidSignificantEvent:YES] when the user does something 'significant' in the app. 
Finally, set the APPIRATER_APP_ID in Appirater.h to your Apple provided software id.

This is widely used for prompting to rate apps.

http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Edit:

Getting Started

Add the Appirater code into your project 
Add the CFNetwork and SystemConfiguration frameworks to your project 
Call [Appirater appLaunched:YES] at the end of your app delegate's application:didFinishLaunchingWithOptions: method. 
Call [Appirater appEnteredForeground:YES] in your app delegate's applicationWillEnterForeground: method. 
(OPTIONAL) Call [Appirater userDidSignificantEvent:YES] when the user does something 'significant' in the app. 
Finally, set the APPIRATER_APP_ID in Appirater.h to your Apple provided software id.
兰花执着 2024-11-15 17:15:11

https://github.com/nicklockwood/iRate 也是另一个执行相同操作的库。

https://github.com/nicklockwood/iRate is also another library to do the same thing.

瞳孔里扚悲伤 2024-11-15 17:15:11

RMRecurringURLAlert 可以满足您的需求。

RMRecurringURLAlert does what you want.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文