寻找代码询问“请为此应用评分”

时间:2011-05-21 16:14:56

标签: objective-c cocoa-touch ios

我正在寻找代码,询问用户是否想要对应用程序进行评级,之后他们已经使用了X时间。我在一些大型游戏应用程序中看到了这一点。

3 个答案:

答案 0 :(得分:10)

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

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.

答案 1 :(得分:5)

https://github.com/nicklockwood/iRate也是另一个做同样事情的图书馆。

答案 2 :(得分:1)

RMRecurringURLAlert做你想做的事。