QuickReleaseNotes
Quick integrate release note check with your App. 一行代码让你的App快速集成应用商店版本更新检测功能。
演示 / Demo
安装 / Installation
方法一:QuickReleaseNotes
可通过 CocoaPods 获得。要安装它,只需将以下行添加到 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;
}