Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-03T14:49:05.000Z (about 3 years ago)
- Last Synced: 2024-10-05T19:32:49.058Z (about 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
[![CI Status](https://img.shields.io/travis/coderyi/YiAppUpdater.svg?style=flat)](https://travis-ci.org/coderyi/YiAppUpdater)
[![Version](https://img.shields.io/cocoapods/v/YiAppUpdater.svg?style=flat)](https://cocoapods.org/pods/YiAppUpdater)
[![License](https://img.shields.io/cocoapods/l/YiAppUpdater.svg?style=flat)](https://cocoapods.org/pods/YiAppUpdater)
[![Platform](https://img.shields.io/cocoapods/p/YiAppUpdater.svg?style=flat)](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.