您的位置:首页 > 移动开发

ios rate app 资料收集

2013-03-26 17:40 274 查看
需要在App中添加 Rate the App的功能。

搜了一下
http://stackoverflow.com/questions/6082925/looking-for-code-to-ask-please-rate-this-app http://stackoverflow.com/questions/2015470/how-do-you-prompt-the-user-to-rate-your-iphone-app-without-waiting-for-them-to-d
发现两个开源的,都不错。
https://github.com/arashpayan/appirater/
这个比较早
https://github.com/nicklockwood/iRate
这个功能比较全,同时支持ios和mac。

两个库使用都很简单。

最后选用iRate,因为我想做成触发而不是跳出。
http://stackoverflow.com/questions/15286302/irate-in-button-click-event
把下面这句

[[iRate sharedInstance] openRatingsPageInAppStore];

加到你的button或菜单中就行了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: