UrbanApps / Armchair

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

Add support for iOS 10.3 review prompt #92

Closed ari3l closed 7 years ago

ari3l commented 7 years ago

Added an option to use SKStoreReviewController review prompt instead of the default prompt. If it’s not available (below iOS 10.3), just use the default prompt.

Relates to #85

coneybeare commented 7 years ago

Thanks!