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.
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 asAppLovinPostProcessiOS.EnableConsentFlowIfNeeded
will overwrite the NSUserTrackingUsageDescription every time we want to use the Consent Flow.