#Data collection

1 messages ยท Page 1 of 1 (latest)

bitter foxBOT
#

<@&987246964494204979> please have a look, thanks.

#

Here is an AI assisted attempt to answer your question ๐Ÿค–. Maybe it helps! In any case, a human is on the way ๐Ÿ‘. To continue talking to the AI, you can use </chatgpt:1108714622413963314>.

#
TJ-Bot
In my app, i let the user put his phone number and email, and i save it to shared preferences ont he device, only locally. i don't upload that information anywhere. is that really considered that i collect the user's data? must i state in my privacy polic

Considering that you are only saving the user's phone number and email locally on the device's shared preferences and not uploading it anywhere, it is generally considered to be a low risk in terms of data privacy and security. However, there are still some potential concerns to keep in mind:

  1. Data security: Shared preferences on a device may not provide the highest level of security for sensitive information like phone numbers and emails. It is important to ensure that this data is stored securely and encrypted to prevent unauthorized access.

  2. User consent: Make sure that users are aware of and consent to their phone number and email being stored on their device. Providing clear information about how this data will be used can help build trust with your users.

  3. Data retention: Consider implementing a data retention policy to regularly review and delete outdated or unnecessary user data from shared preferences to reduce potential privacy risks.

Overall, while storing user information locally on a device may have lower risks compared to uploading it to remote servers, it is still important to prioritize data privacy and security in your app design and development process.