Open chwo opened 8 months ago
i have same issue
Same
same
up
same
Same, please fix
Same
Same
Is this really the case that the SDK would still need this flag for iOS < 17? Or is only about the v17 of the SDK?
From the code it looks as this if really for iOS 14+, and the issue here seems the miss-leading documentation:
Is this really the case that the SDK would still need this flag for iOS < 17? Or is only about the v17 of the SDK?
From the code it looks as this if really for iOS 14+, and the issue here seems the miss-leading documentation:
Seems like SDK uses _advertisingTrackingStatusFromATT
only when isDomainHandlingEnabled()
returns true.
And isDomainHandlingEnabled
always returns true for iOS >= 17, but not for iOS < 17.
So it seems like the warning for iOS < 17 should be suppressed.
Any update / ETA for this issue? It's the only warning in our app and it's really annoying.
Any updates here?
Any updates here?
Checklist before submitting a bug report
Xcode version
15.3
Facebook iOS SDK version
17.0.0
Dependency Manager
CocoaPods
SDK Framework
Core
Goals
I want to use the sdk according to the documentation without getting a deprecation warning.
Expected results
According to the documentation, manually setting the
isAdvertiserTrackingEnabled
parameter is only necessary up to iOS 17:So with a lower minimum deployment target (e.g. iOS 16) it is still necessary to manually set the parameter. E.g.
In that case there should be no deprecation warning because it is useless until one updates the minimum deployment target to iOS 17.
Actual results
After updating the sdk to version
17.0.0
and FBAudienceNetwork to version6.15.0
this gives a deprecation warning (defined inFBAdSettings.h
):Steps to reproduce
No response
Code samples & details