arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.
http://arashpayan.com/blog/2009/09/07/presenting-appirater/
4.62k stars 856 forks source link

UIAlertView and UIActionSheet Deprecated in iOS 8 #222

Closed doctorc closed 9 years ago

doctorc commented 9 years ago

Note that UIAlertView and UIActionSheet are deprecated in iOS 8. Need to update app to UIAlertController for iOS 9.

arashpayan commented 9 years ago

Yes, that's true, but there are still a lot of people on iOS 7 devices, so we still need to use UIAlertView to support them.

fulldecent commented 8 years ago

The correct way to handle this situation is to use preprocessor commands to disable this based on the target API.