Android Question Google Play Console api call

ntuser04

Member
Licensed User
In Google Play Console the Data safety questionnaire ask if Data is encrypted in transit when I make an API call. I am using the OkHttpUtils2 library and using HTTPJOB > DOWNLOAD to send my API calls. Is the download using httpjob encrypted?
 

DonManfred

Expert
Licensed User
Longtime User
Is the download using httpjob encrypted?
Only if you use HTTPS://
Note that the file that you are downloading is not encrypted. Its just the protocol.
 
Last edited:
Upvote 0
Top