[Bug]: 'setAdvertiserTrackingEnabled' is only available in iOS 12.0 or newer #344
Closed
1 task done
Labels
bug🐞
Something isn't working
Is there an existing issue for this?
Current Behavior
Swift Compiler Error (Xcode): 'setAdvertiserTrackingEnabled' is only available in iOS 12.0 or newer
FBAdSettings.setAdvertiserTrackingEnabled(enabled)
Expected Behavior
if #available(iOS 12.0, *) {
FBAdSettings.setAdvertiserTrackingEnabled(enabled)
}
Steps To Reproduce
Please fix setAdvertiserTrackingEnabled function with if block
Platform
iOS
Flutter Doctor
The text was updated successfully, but these errors were encountered: