CocoaPods trunk is moving to be read-only. Read more on the blog, there are 8 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by Yang junhai.
初始化
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
[[UMengAnalyticsManager sharedInstance] prepareUMSetting:UMENG_APPKEY appStoreId:@"com.sample.Test" checkConfig:NO];
.....
}
调用
- (void)applicationDidBecomeActive:(UIApplication *)application
{
[[UMengAnalyticsManager sharedInstance] startCheckUpdate];
.....
}