Ionic NSUserTrackingUsageDescription

Please help to suggest.

Apple said
Next Steps

Please indicate where in your app we can find the AppTrackingTransparency permission request. The request should appear before any data is collected that could be used to track the user.

So, app should display popup to asking collection user tracking. but I cannot find a code in ionic to support this case.


up for this. I'm also ionic user. Does adding this code to the Info.plist solves the issue?
<key>NSUserTrackingUsageDescription</key>
   <string>This allows us to collect information from you such as Name, Physical Address, Phone Number, Email Address, Payment Info, Location and Device ID.</string>
I found it bruh. search on npm capacitor-ios-app-tracking. goodluck

I will post here as I still landed on this page based on a google search. So, still relevant.

I couldn't get any available plugin to work for me with ionic, capacitor, react to make ios tracking transparency work.

I wrote this one for capacitor v3

https://www.npmjs.com/package/ios-tracking-transparency

Ionic NSUserTrackingUsageDescription
 
 
Q