CocoaPods trunk is moving to be read-only. Read more on the blog, there are 8 months to go.

UMengAnalyticsExt 1.0.0

UMengAnalyticsExt 1.0.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Yang junhai.



  • By
  • yangjunhai

初始化

 - (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]; 

 .....

}