I'm creating an app which collects data (Weight, age, gender). I'm going to add an InstanceID (or generate some kind of ID which identifies users device). DeviceID will be shown for the user in the app.
- What happens when user deletes the app?
- If user has deleted the app and still asks me to show the data what app has collected how can I do that, if the user doesn't know his deviceId?
Thanks.