When calling:
NativeSettings.openIOS({ option: IOSSettings.Tracking });
the plugin does not open the correct App Tracking Transparency settings page on iOS.
Instead of opening the Tracking menu (Settings > Privacy & Security > Tracking), it redirects to a different or incorrect section of the Settings app.
Expected Behavior
The call should open the iOS Tracking settings page where the user can manage “Allow Apps to Request to Track”.
Actual Behavior
The Settings app opens, but not to the Tracking menu.
When calling:
the plugin does not open the correct App Tracking Transparency settings page on iOS.
Instead of opening the Tracking menu (
Settings > Privacy & Security > Tracking), it redirects to a different or incorrect section of the Settings app.Expected Behavior
The call should open the iOS Tracking settings page where the user can manage “Allow Apps to Request to Track”.
Actual Behavior
The Settings app opens, but not to the Tracking menu.