目标C:跟踪应用程序使用的数量

Chr*_*ris 0 objective-c review

我正在尝试实现UIAlertView来要求用户对应用程序进行评级,但我只希望它在x次使用后出现.有没有办法做到这一点?

Mos*_*szi 7

你可以使用这个开源库:http://arashpayan.com/blog/index.php/2009/09/07/presenting-appirater/ (github项目的链接:https://github.com/arashpayan/appirater /)

甚至UIAlertView都是为您提供的;)

但要回答您的问题:每次用户启动应用程序时,您都可以在NSUserDefaults中增加一个值.

希望这有帮助,Moszi