How do I check where my app is using IDFA

In order to check Advertising Identifier, you need to follow the following steps: Open the terminal window. Run the following command: cd (drag and drop your project folder here) Your_Project_Path Now, the current working directory will be your project folder. Find all the SDK that uses “Advertising Identifier” using following commands: find . | grep … Read more

How to retrieve iPhone IDFA from API?

First, you have to ask permission from the user to use their IDFA: #import <AppTrackingTransparency/AppTrackingTransparency.h> [ATTrackingManager requestTrackingAuthorizationWithCompletionHandler:^(ATTrackingManagerAuthorizationStatus status) { // Tracking authorization completed. Start loading ads here. }]; This permission flow will only run once, the first time it is called, even if you re-start the app and/or call it again. If you want to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)