Hi all!
We are using Unity Gaming Services login with username and password.
We have to comply with Google Play’s app account deletion requirements and we need to provide a website link for the player to be able to delete all his data.
My question is what’s the best approach for this from the backend point of view.
My idea is to have a landing page where the the player can login with the username/password registered and since in the registration process we saved their email we will send an email with a temporary page for deletion confirmation.
In the first part where we ask the player to login, can I use the web API to make sure it’s the user and try to login him to the UGS and then when that’s correct send the link for user deletion?
Which API calls should I use for Player Login and Player Deletion?
All these will be executed in a Backend service.
Regards
Esteban