I am being asked this question in Google play console as part of the requirements to publish my app:
Is all of the user data collected by your app encrypted in transit?
When I collect user data like email,phone number, address etc. I save them via the API to the users table.Thats all I know. Is any encryption done by you?
Hello, @Nkekere_Tommy_Minimann.
All requests are protected by the https protocol.
If you are using a custom domain, you just need to add an ssl certificate.
You can read about the protection of the contents of tables in our documentation on the links:
https://backendless.com/docs/android/data_security.html
https://backendless.com/docs/android/data_permissions_api.html
Best Regards, Nikita.
Does Backendless encrypt user data in transit?
Yes, of course
As I mentioned earlier: All requests are protected by the https protocol.
Thank you . I didn’t realize that when you said “protected” you also meant “encrypted”.