- if (iOS >= 8 && iOS <= 10.3) { use UIAlertController }
- Note when the SKStoreReviewController is called, even though we don't get feedback
- Use SKStoreReviewController if available
- Available on iOS > 10.3
- You'll need to link the StoreKit Framework
- Armenian localization
- Fix delegate not being set after Appirater initialization (Issue #215)
- Fix and suppress various Xcode warnings
- Switch to NSURLSession
- Serialize incrementing events
- Change: Better URL for iOS 7.1 and 8 support
- New: Make alert content customizable