nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.1k stars 733 forks source link

Uses the itms-services URL scheme can NOT pass apple review #257

Open yangwei0401 opened 8 years ago

yangwei0401 commented 8 years ago

Apple said that: /* During review, your app installed or launched executable code, which is not in compliance with the App Store Review Guidelines. Specifically, your app uses the itms-services URL scheme to install an application.

Next Steps

Please revise your app to remove this functionality. */ Can I change 'itms-apps' to 'https' ?

iRateiOSAppStoreURLScheme = @"https"; iRateiOSAppStoreURLFormat = @"https://itunes.apple.com/app/id%@"; iRateiOS7AppStoreURLFormat = @"https://itunes.apple.com/app/id%@";

StainlessStlRat commented 8 years ago

Did it work?