I just make a simple app that actually doesn’t require any permissions, I want to monetize my app with Google Admob. Are there any permissions that should be asked to the users? What are those? Is it okay if I don’t ask permission? Because I don’t want to make the users feel uncomfortable.
Thank you.
P.S.: I have searched on Koduar Community and also on Google, but I don’t find a suitable answer for my case.
I’m trying to create a test aia for Admob but it isn’t working. It’s not asking for consent or showing test ads even though in designer I’ve checked Consent Developer Mode and Test Mode.
It seems that several user encounter the same issue with the revoke consent function. Doesn’t matter if you call it, the variable “Personnalized result” stay to TRUE.
Have any idea ? Does this function is not properly working because of the develloper and test mode, do we do somethings wrong ? or does it not working properly at all ?
Even If I tick the consent devellopement mode, I didnt get any new message requesting consent after using revokes.consent block. Moreover the perzonalized.result variable stay locked on TRUE.
This is why Deanartn other and myself are confused
If consent development mode = true
You will get on every ad load the consent dialog NO matter if you are located in europe or not
If consent development mode = false
You will get on every ad load the consent dialog ONLY if you are located in europe and you did not done the consent before
The consent devellopement mode will not show any message until your add is in Test mode. If you untick the test mode and if your app is not approved by kodular for monetizing then the only way to see the consent message is to use the companion.
The revoke.Consent function properly set the variable personalized Result to false only when you use the app trought smartphone.
It means, if you want to check revoke.consent block + personalized.result variable, then you need to ask for monetizing approval to kodular and finnaly check the app trought smartphone.