Xamarin forms App tracking privacy policies

Hi,

Currently working on Xamarin forms which supports IOS also, in IOS need to implement Privacy policies (Allow tracking) mainly. For this we need to add specified string need to add in Info.plist.

Issue: once permission Allow tracking is allowed from . Later user denied it from go to phone setting -> apps -> myapp -> permissions-> Allow tracking to **deny **. Now with out opening / interacting myapp how to know the permission is modified(Allow to Deny).

Thanks in advance.

Siva Y

I'm not familiar with Xamarin so I'm not sure if you're talking about a Xamarin specific string needed in Info.plist or the general NSUserTrackingUsageDescription key.

That said, you can use trackingAuthorizationStatus to check the current status and go from there. See information under 3 on this page. for more information.

Xamarin forms App tracking privacy policies
 
 
Q