arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UIAlertView and UIActionSheet Deprecated in iOS 8

doctorc opened this issue · comments

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

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.

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