Integrate Google Analytics Tracking Into IOS App

Posted by user1781040 on Stack Overflow See other posts from Stack Overflow or by user1781040
Published on 2012-10-28T16:47:39Z Indexed on 2012/10/28 17:00 UTC
Read the original article Hit count: 201

Filed under:
|
|
|
|

I would like to Integrate Google Analytics Tracking into my IOS APP.

I have integrated Google Analytics Library and Add It To my Application.

cf. https://developers.google.com/analytics/devguides/collection/ios/v2/

into my code to tracking my view contact

- (void)viewDidLoad
{
    [super viewDidLoad];
    // Do any additional setup after loading the view from its nib.
    self.trackPageView = @"Contact Screen";
    //
}

A have this error "Property 'TrackPageView' not found on object of the type 'ContactViewController'" Please help me

© Stack Overflow or respective owner

Related posts about ios

Related posts about xcode