ReleaseRadar is easy to use through the exposed ReleaseRadar class.
let releaseRadar = ReleaseRadar(iTunesId: "12345678")
releaseRadar.verify(checkPolicy: .minor) { result in
switch result {
case .updated(let appInfo):
// your app has been updated
// access update information through *appInfo*
case .notUpdated:
// no update was performed
}
}
License
Apple is a trademark -, App Store is a service mark of Apple Inc., registered in the U.S. and other countries and regions.
ReleaseRadar is released under the MIT license. See LICENSE for details.
If you use the open-source library in your project, please make sure to credit and backlink to http://halcyonmobile.com
ReleaseRadar 📬
Lightweight framework to check release notes after an iOS app update is performed.
About
With iOS 7, automatic app updates were introduced making App Store release notes less relevant for the end user.
Other frameworks like Siren check for available updates, ReleaseRadar checks for release notes after an update was performed.
Check out the documentation here: Wiki
Requirements
Features
Installation Instructions
Swift Package Manager
CocoaPods
Carthage
Usage
ReleaseRadar is easy to use through the exposed ReleaseRadar class.
License
Apple is a trademark -, App Store is a service mark of Apple Inc., registered in the U.S. and other countries and regions.
ReleaseRadar is released under the MIT license. See LICENSE for details.
If you use the open-source library in your project, please make sure to credit and backlink to http://halcyonmobile.com