Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pcjbird/quickreleasenotes

Quick integrate release note check with your App. 一行代码让你的App快速集成应用商店版本更新检测功能。
https://github.com/pcjbird/quickreleasenotes

app appstore check integrate new notes quick release update version

Last synced: 3 days ago
JSON representation

Quick integrate release note check with your App. 一行代码让你的App快速集成应用商店版本更新检测功能。

Awesome Lists containing this project

README

        

![logo](logo.png)
[![Build Status](http://img.shields.io/travis/pcjbird/QuickReleaseNotes/master.svg?style=flat)](https://travis-ci.org/pcjbird/QuickReleaseNotes)
[![Pod Version](http://img.shields.io/cocoapods/v/QuickReleaseNotes.svg?style=flat)](http://cocoadocs.org/docsets/QuickReleaseNotes/)
[![Pod Platform](http://img.shields.io/cocoapods/p/QuickReleaseNotes.svg?style=flat)](http://cocoadocs.org/docsets/QuickReleaseNotes/)
[![Pod License](http://img.shields.io/cocoapods/l/QuickReleaseNotes.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0.html)
[![CocoaPods](https://img.shields.io/cocoapods/at/QuickReleaseNotes.svg)](https://github.com/pcjbird/QuickReleaseNotes)
[![CocoaPods](https://img.shields.io/cocoapods/dt/QuickReleaseNotes.svg)](https://github.com/pcjbird/QuickReleaseNotes)
[![GitHub release](https://img.shields.io/github/release/pcjbird/QuickReleaseNotes.svg)](https://github.com/pcjbird/QuickReleaseNotes/releases)
[![GitHub release](https://img.shields.io/github/release-date/pcjbird/QuickReleaseNotes.svg)](https://github.com/pcjbird/QuickReleaseNotes/releases)
[![Website](https://img.shields.io/website-pcjbird-down-green-red/https/shields.io.svg?label=author)](https://pcjbird.github.io)

# QuickReleaseNotes
### Quick integrate release note check with your App. 一行代码让你的App快速集成应用商店版本更新检测功能。

## 演示 / Demo

## 安装 / Installation

方法一:`QuickReleaseNotes` is available through CocoaPods. To install it, simply add the following line to your Podfile:

```
pod 'QuickReleaseNotes'
```

## 使用 / Usage
  
```
#import

- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
[QuickAppStoreReleaseNotesAlert checkWithFailureSilent:YES];
return YES;
}
```

## 关注我们 / Follow us
  

[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=https://github.com/pcjbird/QuickReleaseNotes)
[![Twitter Follow](https://img.shields.io/twitter/follow/pcjbird.svg?style=social)](https://twitter.com/pcjbird)