kieuvan
New member
- Sep 10, 2019
- 7
- 5
- 3
In Smart School Android App at login screen there is a link for Privacy Policy page which pointing to your Smart School base_url/privacy-policy.html . So to make Privacy Policy link working you must upload a privacy-policy.html file at your Smart School installation folder and enter your privacy policy details in this html file. Privacy Policy is mandatory if you are uploading your Smart School Android App on Google Play Store.Hello, could someone help me? I got the smart school app but I'm having trouble uploading it to the play store because it tells me a privacy policy needs to be included. In the constants.java file I add the link to the privacy policy page that I create on the server base, but still clicking closes the application.
Could you help me with this problem?
in the app:
public static final String privacyPolicyUrl = "privacy-policy.html";
Thanks