Hi,
I had an email several weeks ago stating that if your app contains anything that uses cookies or data collection and is served to the EU,you must put up a notice that tells the end user BEFORE any ads or cookies are called.
So, this means if you have an app on any IOS/ Android store etc and it is downloadable in the EU you have to comply by the stated date otherwise risk the app being taken down.
Ok, so if you use any google services, admob, analytics etc it means you have to comply.
Google have kindly given us some code here:
Basically, they are saying serve a system dialogue before the app starts to collect data or store cookies.
I got to thinking how intrusive this is to the user.
I have a blueprint in several forms; a screen that pops up telling the user about the cookies and a system dialogue box that does the same, both link to googles own cookie policy. I then store a boolean so next time the user starts the app it dosnt display as its already accepted.
Nice and simple.
My question is that I cannot see it implemented anywhere yet in either the play store or IOS, so does anybody have any ideas as to a better more non intrusive way to implement it ?
Of course we could not collect analytics or use ads but hey its how I make my money.
Thanks