Skip to content

Commit

Permalink
Update warning message for ATE setter
Browse files Browse the repository at this point in the history
Summary: Update warning message for ATE setter

Reviewed By: ryantobinmeta

Differential Revision: D54974581

fbshipit-source-id: 65a79f4d619b85e0784c5beb64f8128f2da741cf
  • Loading branch information
jjiang10 authored and facebook-github-bot committed Mar 16, 2024
1 parent 0ce95c9 commit de2cfe5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FBSDKCoreKit/FBSDKCoreKit/Settings.swift
Expand Up @@ -360,8 +360,7 @@ public final class Settings: NSObject, SettingsProtocol, SettingsLogging, _Clien
deprecated,
message: """
The setAdvertiserTrackingEnabled flag is not used for FBSDK v17+ on iOS 17+ \
as the FBSDK v17+ now relies on ATTrackingManager.trackingAuthorizationStatus \
to accurately represent ATT permission for users of your app.
as the FBSDK v17+ now relies on ATTrackingManager.trackingAuthorizationStatus.
"""
)
set(isNewlyAllowed) {
Expand Down

1 comment on commit de2cfe5

@Mbbeauty
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FBSDKCoreKit/FBSDKCoreKit/Settings.swift

Please sign in to comment.