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