Skip to content

How to use MAX Terms and Privacy Policy Flow #17

@kultie

Description

@kultie

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions