mk22
1
Hey,
Lately I’ve got mail from Google about using cookies:
I thinking how to implement this into my apps.
Which messages should be better:
First message is quite long. What do you think?
And what address should I insert there:
- http://www.google.com/intl/eng/policies/technologies/cookies/
- http://www.google.com/intl/eng/policies/privacy/partners/
I don’t know how to put link into Unity so I will insert this address as a normal text.
Thanks.
You can add a button there called “Read more” or etc. next to the privacy notification and use:
Application.OpenURL(“http://yoursite.com/your-app-privacy.html”);
mk22
3
OK thank you. I will test it.