sitefinitysteve / nativescript-google-analytics

Apache License 2.0
23 stars 14 forks source link

Add iOS demographics support #27

Closed markhatchell closed 7 years ago

markhatchell commented 7 years ago

App-tracking code change for iOS

// Assumes a tracker has already been initialized with a property ID, otherwise
// getDefaultTracker returns nil.
id tracker = [[GAI sharedInstance] defaultTracker];

// Enable IDFA collection.
tracker.allowIDFACollection = YES;
sitefinitysteve commented 7 years ago

Thx, will try to take care of this today