iRate icon indicating copy to clipboard operation
iRate copied to clipboard

tvOS Support

Open Villy21 opened this issue 9 years ago • 0 comments

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%@";

Villy21 avatar Aug 22 '16 13:08 Villy21