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

BDG*_*pps 7 cocoa-touch objective-c ios

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

Gar*_*ary 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.
Run Code Online (Sandbox Code Playgroud)

  • 你读过github上的自述文件了吗?不能比那更简单.编辑了我的回复说明. (2认同)

Jeh*_*iah 5

https://github.com/nicklockwood/iRate也是另一个做同样事情的库.