Hi!
We have a simple game that saves the game state as a browser cookie. We are aware that this is not the best solution for multiple reasons. Our concern here however is that legally web pages have to show cookie policy pop-ups to tell the user that cookies are being used. We are not storing any personal information or use the cookies for ad-tracking. Is it still necessary to show a pop-up? ...and if yes how do others implement that? Do you implement that as part of your game?
Thanks!