Support for account deletion.
Opened this issue · 2 comments
chetanDhanvij commented
Starting June 30, 2022, apps submitted to the App Store that support account creation must also let users initiate deletion of their account within the app. ref https://developer.apple.com/support/offering-account-deletion-in-your-app
reidsolon commented
You just need to have an account deletion option in your app. There's nothing to do with the plugin.
chetanDhanvij commented
Hi @reidsolon,
Thanks for your reply, in order to revoke the token we need client_ id and client_secret. but I am not sure how to get the client_secret. is it something that the plugin can provide in some way?