Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.