Checking app's version on the AppStore or Fir.im every particular time interval


License
MIT
Install
pod try Ladder

Documentation

Ladder

Checking app's version on the AppStore, bugly.qq or fir.im every particular time interval.

version.png

Requirements

iOS 8.0

Swift 3.0

Usage

let appID = "333903271"
Ladder.interval = .Day // check update interval
Ladder.AppStore(appID: appID).check() { comparisonResult, releaseNotes in
}

Installation

CocoaPods

pod 'Ladder', '~> 1.2.0'

Carthage

github "Limon-O-O/Ladder"

Contacts

Contact me on Twitter or Weibo . If you find an issue, just open a ticket on it. Pull requests are warmly welcome as well.

License

Ladder is available under the MIT license. See the LICENSE file for more info.