I do not know where in Xcode (if this is the correct software to use.) am I to insert this code from Facebook for enabling advertiser tracking for ads.
apple will not allow me to post the URL to facebooks advertiser tracker where you would be able to see the code (if you google ‘Facebook Advertiser Tracking’ you should see that it is the first link) so I’ll insert the code here:
// Set the flag as true
[FBAdSettings setAdvertiserTrackingEnabled:YES];
this is Objective C. Facebook also have Swift-C coding but I am unsure if I need that code is I have objective C.
apple will not allow me to post the URL to facebooks advertiser tracker where you would be able to see the code (if you google ‘Facebook Advertiser Tracking’ you should see that it is the first link) so I’ll insert the code here:
// Set the flag as true
[FBAdSettings setAdvertiserTrackingEnabled:YES];
this is Objective C. Facebook also have Swift-C coding but I am unsure if I need that code is I have objective C.