twogate/cordova-plugin-sign-in-with-apple

Support for account deletion.

Opened this issue · 2 comments

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

You just need to have an account deletion option in your app. There's nothing to do with the plugin.

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?