UrbanApps / Armchair

A simple yet powerful App Review Manager for iOS and OSX in Swift
MIT License
1.2k stars 137 forks source link

Armchair & UIAlertView #115

Closed writing-shed closed 6 years ago

writing-shed commented 6 years ago

I've just installed Armchair and found that it uses UIAlertView which was deprecated in IOS9. Do you plan on upgrading it?

coneybeare commented 6 years ago

There is no UIAlertView in the source. There is UIAlertController though, and it also uses SKStoreReviewController if you set it that way.