I Have integrate Google analytics for screen tracking to my app but at time of initlisation tracker return nil
id<GAITracker> tracker = [[GAI sharedInstance] defaultTracker];
I added sdk in my project and i have used previous code to init tracker any one have idea why this happens.