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: 12 months 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 (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T14:25:38.000Z (over 7 years ago)
- Last Synced: 2025-03-24T18:45:04.304Z (about 1 year ago)
- Topics: app, appstore, check, integrate, new, notes, quick, release, update, version
- Language: Objective-C
- Homepage:
- Size: 134 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://travis-ci.org/pcjbird/QuickReleaseNotes)
[](http://cocoadocs.org/docsets/QuickReleaseNotes/)
[](http://cocoadocs.org/docsets/QuickReleaseNotes/)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://github.com/pcjbird/QuickReleaseNotes)
[](https://github.com/pcjbird/QuickReleaseNotes)
[](https://github.com/pcjbird/QuickReleaseNotes/releases)
[](https://github.com/pcjbird/QuickReleaseNotes/releases)
[](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;
}
```
[](https://twitter.com/intent/tweet?text=https://github.com/pcjbird/QuickReleaseNotes)
[](https://twitter.com/pcjbird)
