我正在尝试实现 UIAlertView 来要求用户对应用程序进行评分,但我只希望它在使用 x 次后出现。有没有办法做到这一点?
问问题
146 次
1 回答
7
你可以使用这个开源库:http ://arashpayan.com/blog/index.php/2009/09/07/presenting-appirater/ (github项目的链接:https ://github.com/arashpayan/appirater / )
甚至为您提供了 UIAlertView ;)
但要回答您的问题:您可以在每次用户启动应用程序时增加 NSUserDefaults 中的值。
希望这会有所帮助,莫西
于 2011-01-05T19:51:43.467 回答