Closed suatkarakusoglu closed 4 years ago
Hi @suatkarakusoglu
Have you added AppTrackingTransparency.framework
to list of linked frameworks to your app in Xcode project settings?
Thank you @ugi, this has fixed. I wasn't aware of this step. Have a nice one ;)
If anyone encounters this, fixing it via adding to linked libraries okey. But for lower than iOS 14 devices, the linking should be optional otherwise it doesn't compile.
While using ATTrackingManager's requestTracking method, it prompts with permission dialog and works quite well. But using the Adjust's wrapper function to feed the adjust with the related idfa, it doesn't prompt and even callback is not triggered.
Is there something that I am missing?