I created an app that implements Google AdMob banner ads.
I have implemented App Tracking Transparency, but I don't see permission requests on devices running the latest operating system (iOS17.4).
We have already taken the following measures.
AdMob banner ads are displayed instead of permission requests.
Setting Info.plist
NSUserTrackingUsageDescription
Used to display relevant ads to the user.
App initialization timing
I call it in ContentView's onAppear so that it is called immediately when the app starts.
Check the settings of the actual machine
In the iOS device settings, go to "Settings" > "Privacy" > "Tracking" and enable tracking.
We apologize for the inconvenience and appreciate your guidance.