When user requests “Delete Personal Data” we need to delete their data on Amplitude.
For users who are logged in - its not a problem, we delete them thought “user_id” provided buy our back-end that we’ve set to the amplitude user properties.
For anonymous users we could do the same, but your documentation suggests not to do it, but rather use “amplitude_id”.
It seems that the Amplitude iOS/Android SDK doesn’t have a way to get “amplitude_id” and it’s generated on Amplitude back-end.
So, how can we get “amplitude_id” on our mobile clients? Should we do something else to achive the goal ?
Thanks!