https://github.com/coderyi/yiappupdater
Checks if there is a newer version of your app in the AppStore and alerts the user to update.
https://github.com/coderyi/yiappupdater
appupdate appupdatemanager appupdater ios swift update
Last synced: about 2 months ago
JSON representation
Checks if there is a newer version of your app in the AppStore and alerts the user to update.
- Host: GitHub
- URL: https://github.com/coderyi/yiappupdater
- Owner: coderyi
- License: mit
- Created: 2021-10-03T14:38:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T14:49:05.000Z (over 3 years ago)
- Last Synced: 2025-03-20T13:32:36.414Z (2 months ago)
- Topics: appupdate, appupdatemanager, appupdater, ios, swift, update
- Language: Swift
- Homepage:
- Size: 260 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# YiAppUpdater
[](https://travis-ci.org/coderyi/YiAppUpdater)
[](https://cocoapods.org/pods/YiAppUpdater)
[](https://cocoapods.org/pods/YiAppUpdater)
[](https://cocoapods.org/pods/YiAppUpdater)Checks if there is a newer version of your app in the AppStore and alerts the user to update.
## Installation
YiAppUpdater is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:```ruby
pod 'YiAppUpdater'
```## Usage
```
YiAppUpdater.shared.showUpdateWithConfirmation()
```## Author
coderyi, [email protected]
## License
YiAppUpdater is available under the MIT license. See the LICENSE file for more info.