- Home /
Question by
hammii · Feb 04, 2019 at 06:36 PM ·
androidtextpop-upprivacy policy
How to add terms and conditions policy in unity android app?
I want to add a privacy policy pop on my app before sign in option. I use text element for this but it gives me an error of exceeding words. Is there any other method to do this like load a doc file or any other ?
Any help would be appreciated. Thanks
Comment
Answer by KISP · Feb 04, 2019 at 06:49 PM
If you're using Text Mesh Pro, you can create a hyperlink to an external site or document that hosts your privacy policy. Without Text Mesh Pro, you could use Application.OpenURL and hook it up to a button or something.
Alternatively, you could break your privacy policy into chunks, display each one as a separate page, and have the user flip through the pages.