AppUpdater
❗️ Check your update with one line of code
| Update available | Update 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
License
AppUpdater is available under the MIT license. See the LICENSE file for more info.

