Enable Consent Flow without adding localized User Tracking Usage Descriptions on iOS
mpiechocki opened this issue · 1 comments
mpiechocki commented
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
@mpiechocki The latest release version 6.6.3 should work if you have consent flow enabled but the Localize User Tracking Description
disabled.