https://github.com/nakajijapan/versionupdater
Notify users when a new version of your app is available and force them to upgrade the application of the version.
https://github.com/nakajijapan/versionupdater
force-update ios version-update
Last synced: about 1 month ago
JSON representation
Notify users when a new version of your app is available and force them to upgrade the application of the version.
- Host: GitHub
- URL: https://github.com/nakajijapan/versionupdater
- Owner: nakajijapan
- License: mit
- Created: 2018-06-08T03:51:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T10:00:01.000Z (over 4 years ago)
- Last Synced: 2025-03-27T08:01:42.229Z (about 2 months ago)
- Topics: force-update, ios, version-update
- Language: Swift
- Homepage:
- Size: 66.4 KB
- Stars: 10
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VersionUpdater
[](https://github.com/Carthage/Carthage)
[](http://cocoapods.org/pods/VersionUpdater)
[](http://cocoapods.org/pods/VersionUpdater)
[](http://cocoapods.org/pods/VersionUpdater)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](http://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod "VersionUpdater"
```Then, run the following code:
```ruby
$ pod install
```## Carthage
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager for Cocoa applications.
``` bash
$ brew update
$ brew install carthage
```To integrate VersionUpdater into your Xcode project using Carthage, specify it in your `Cartfile`:
``` ogdl
github "nakajijapan/VersionUpdater"
```Then, run the following command to build the VersionUpdater framework:
``` bash
$ carthage update
```## Author
nakajijapan, [email protected]
## License
VersionUpdater is available under the MIT license. See the LICENSE file for more info.