question

andymaddison avatar image
andymaddison asked

Allow users to initiate deletion of their account from within the app (Unity)

To satisfy Apple we need to implement account deletion from within our app.

The app has only Apple and Facebook login options.

What would you suggest as the most straightforward way to achieve this.

Thanks.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Made Wang avatar image
Made Wang answered

If you need to delete a title player account under a title, you can call DeletePlayer. If you need to delete a master player account under all titles and delete all associated data, you can call DeleteMasterPlayerAccount. You can implement this function in Azure Function or your own server.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.