Appodeal Consent Form and ATT

Hello!

Im trying to implement Appodeal in my new game.

The issue is that Appodeal’s consent form is showing at the same time with ATT.
The Consent Form is at the back and the ATT is on the front.

Apple requires the Consent Form first and ATT after.
How can I do that?

Is there a way to disable Appodeal plugin from showing ATT and show it later using the Solar2d ATT plugin manually?

A second thing I need is to remove the “I do not consent” button from Appodeal’s Consent Form.
How can I do that?

Thank you!

Hello,

for me, this configuration works fine:

[‘plugin.appodeal.base’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.GoogleAdMob’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.MyTarget’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.Unity’] = { publisherId = ‘com.coronalabs’ },
[‘plugin.appodeal.Vungle’] = { publisherId = ‘com.coronalabs’ },
[“plugin.appodeal.IronSource”] = {publisherId = ‘com.coronalabs’},
[‘plugin.appodeal.Yandex’] = { publisherId = ‘com.coronalabs’ },

The consent form shows up first. After closing, the ATT shows up.

I had to setup the consent form on the Admob Page, where you can also change the look of the consent form.

1 Like

@peter_weiss thank you for the reply!

How do you block Appodeal’s consent form from appearing?
I think it shows up automatically.

@peter_weiss I added Admob and just shows its consent form first and att after as you said.

Thank you very much!

1 Like