-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Hi, Adskit is currently using default IConsentFormProvider which will initiate a basic CMP flow according to the Admob policy
According to this document: https://developers.axon.ai/en/max/unity/overview/terms-and-privacy-policy-flow/
MAXSdk also has their flow that also initiate CMP that will:
- GDPR region: Showing Google UMP form
- Non-GDPR region: Showing a privacy policy popup
If I'm using the default AdServices.FindConsentFormProviders();
app initialization will process like this:
- Display Google UMP form or nothing depend on GDPR region
- After that the MaxSDK init (I think) then MaxSDK will process to show their privacy policy
How should I implemented the IConsentFormProvider to using MAX flow only form cus display too many form won't be user friendly
Only way I think of is Init MaxSdk first for the flow then call Adskit initialization process and provide an EmptyFormProvider that forward the consent from MaxProcess
PS: On iOS there 3 form: UMP > Max Privacy Policy flow > ATT