Skip to content

Notify users when a new version of your app is available and force them to upgrade the application of the version.

License

Notifications You must be signed in to change notification settings

nakajijapan/VersionUpdater

Repository files navigation

VersionUpdater

Carthage Version License Platform

VersionUpdater inform users about new app version release, and can force users update the application to the version.

Inspired: https://github.com/kazu0620/SRGVersionUpdater (Objective-C)

Requirements

  • iOS 10.0+
  • Xcode 10+
  • Swift 4+

CocoaPods

VersionUpdater is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "VersionUpdater"

Then, run the following code:

$ pod install

Carthage

Carthage is a decentralized dependency manager for Cocoa applications.

$ brew update
$ brew install carthage

To integrate VersionUpdater into your Xcode project using Carthage, specify it in your Cartfile:

github "nakajijapan/VersionUpdater"

Then, run the following command to build the VersionUpdater framework:

$ carthage update

Author

nakajijapan, pp.kupepo.gattyanmo@gmail.com

License

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

About

Notify users when a new version of your app is available and force them to upgrade the application of the version.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published