AppLovin / AppLovin-MAX-Unity-Plugin

127 stars 35 forks source link

Enable Consent Flow without adding localized User Tracking Usage Descriptions on iOS #407

Closed mpiechocki closed 3 months ago

mpiechocki commented 3 months ago

Feature Description

Hey, I'm working on a Unity app for iOS and I would love to have a way to use Enable MAX Terms and Privacy Policy Flow but have the NSUserTrackingUsageDescription string be localized elsewhere, f.e. by the Unity Localization plugin we have to use for other usage description localised strings. Right now, I can't see a way to do that as AppLovinPostProcessiOS.EnableConsentFlowIfNeeded will overwrite the NSUserTrackingUsageDescription every time we want to use the Consent Flow.

JonathanLiuApp commented 3 months ago

@mpiechocki The latest release version 6.6.3 should work if you have consent flow enabled but the Localize User Tracking Description disabled.