Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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快速集成应用商店版本更新检测功能。
- Host: GitHub
- URL: https://github.com/pcjbird/quickreleasenotes
- Owner: pcjbird
- License: mit
- Created: 2018-03-28T06:46:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T14:25:38.000Z (over 6 years ago)
- Last Synced: 2024-11-22T11:57:48.383Z (about 2 months ago)
- Topics: app, appstore, check, integrate, new, notes, quick, release, update, version
- Language: Objective-C
- Homepage:
- Size: 134 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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;
}
```[![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)