Skip to content

Commit

Permalink
fix: solve issue that isLimitAdTracking is not tracked
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWOF committed Feb 14, 2024
1 parent d3dd9d9 commit ea5b57e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ private final class TrackerReflection {
instanceTracker.method(name: "advertisingIdentifier")
),
let methodTrackLimitAdTracking = (
instanceTracker.method(name: "advertisingTrackingEnabled")
instanceTracker.method(name: "isAdvertisingTrackingEnabled")
)
else {
return nil
Expand Down

0 comments on commit ea5b57e

Please sign in to comment.