AppsFlyerSDK / AppsFlyerFramework

AppsFlyer Apple SDK

Home Page:https://support.appsflyer.com/hc/en-us/articles/207032066-AppsFlyer-SDK-Integration-iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Excessive ATTracking API: trackingAuthorizationStatus

adamrushy opened this issue · comments

Report

After Xcode 15.0 we're starting to get excessive console logs stating the following:

[ATTrackingManager] Call to trackingAuthorizationStatus eligible for rate limiting
trackingAuthorizationStatus API call invoked.

We have tracked this down to AppsFlyer by creating a sample project with only AppsFlyer integrated and the problem happens, after removing the framework, the issue goes away.

SDK Version

6.12.2

What did you do?

Integrate AppsFlyer, following the guides and issue appears.

What did you expect to happen?

No excessive API calls to ATT Status.

What happened instead?

Lots of API calls and streams of console logs.

Please provide any other relevant information.

It's worth noting that I am not sure what consequences are from this issue because we haveren't noticed anything, and I would assume the status wasn't an API call and simply a getter, however, I think the fact Apple is logging this seems we have an issue going on somewhere with excessive calling.

Screenshot of the console:

Screenshot 2023-12-06 at 13 54 30