Skip to content

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

License

Notifications You must be signed in to change notification settings

pcjbird/QuickReleaseNotes

Repository files navigation

logo Build Status Pod Version Pod Platform Pod License CocoaPods CocoaPods GitHub release GitHub release Website

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 <QuickReleaseNotes/QuickReleaseNotes.h>

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

关注我们 / Follow us

  

Twitter URL Twitter Follow

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published