AppUpdater 1.0.2

AppUpdater 1.0.2

Maintained by [younatics].



AppUpdater

Version Carthage Compatible License: MIT Platform Build Status Swift 4.2 iOS 9.0+

❗️Check your update with one line of code

Update available Update unavailable
available unavailable

Requirements

AppUpdater is written in Swift 4.2 Compatible with iOS 9.0+

Usage

AppUpdater.showUpdateAlert()

// force update.
AppUpdater.showUpdateAlert(isForce: true)

You can also use some methods listed below

Methods

Function Parameter Return
showUpdateAlert isForce -
isUpdateAvailable - Bool
versionAndDownloadUrl - (version: String, downloadUrl: String)?

Installation

Cocoapods

pod 'AppUpdater'

Carthage

github "younatics/AppUpdater"

References

Please tell me or make pull request if you use this library in your application :)

MotionBook

Author

younatics Twitter

License

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