younatics / AppUpdater

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:Swift 70.1%Language:Ruby 20.2%Language:Objective-C 9.7%