方法一:QuickReleaseNotes
is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'QuickReleaseNotes'
#import <QuickReleaseNotes/QuickReleaseNotes.h>
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
// Override point for customization after application launch.
[QuickAppStoreReleaseNotesAlert checkWithFailureSilent:YES];
return YES;
}