nicklockwood / iRate

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

tvOS Support #263

Open Villy21 opened 8 years ago

Villy21 commented 8 years ago

Great Lib.

To support Apple tvOS:

disable use UIAlertView with #if TARGET_OS_IOS set self.useUIAlertControllerIfAvailable = YES; for TARGET_OS_TV and change URL to @"com.apple.TVAppStore://itunes.apple.com/app/id%@";