Skip to content

❗️Check your update and show alert with one line of code

License

Notifications You must be signed in to change notification settings

younatics/AppUpdater

Repository files navigation

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 :)

Author

younatics Twitter

License

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