Issue with Flutter AppsFlyer SDK integration: ADClientErrorTrackingRestrictedOrDenied
I am integrating the sdk in my flutter project to work with an android and iOS apps, for android I didn’t find yet any issue on doing it. However, for iOS it’s necessary an additional step for displaying to users apple’s tracking authorization dialog for iOS 14+. My issue is that AppsFlyer SDK is not reading correctly this authorization status, the SDK is initialized always with this status as “not determined” or “denied”. So my tracked data is not appearing in AppsFlyer dashboard because of this issue, so here are the correct flow (what should happen) and the flow I am having (what is happening on my ending) detailed:
Issue with Flutter AppsFlyer SDK integration: ADClientErrorTrackingRestrictedOrDenied
I am integrating the sdk in my flutter project to work with an android and iOS apps, for android I didn’t find yet any issue on doing it. However, for iOS it’s necessary an additional step for displaying to users apple’s tracking authorization dialog for iOS 14+. My issue is that AppsFlyer SDK is not reading correctly this authorization status, the SDK is initialized always with this status as “not determined” or “denied”. So my tracked data is not appearing in AppsFlyer dashboard because of this issue, so here are the correct flow (what should happen) and the flow I am having (what is happening on my ending) detailed:
Issue with Flutter AppsFlyer SDK integration: ADClientErrorTrackingRestrictedOrDenied
I am integrating the sdk in my flutter project to work with an android and iOS apps, for android I didn’t find yet any issue on doing it. However, for iOS it’s necessary an additional step for displaying to users apple’s tracking authorization dialog for iOS 14+. My issue is that AppsFlyer SDK is not reading correctly this authorization status, the SDK is initialized always with this status as “not determined” or “denied”. So my tracked data is not appearing in AppsFlyer dashboard because of this issue, so here are the correct flow (what should happen) and the flow I am having (what is happening on my ending) detailed: