Questions tagged [delete-account]
3 questions
3
votes
1 answer
How to validate the apple sign in revoke token api successfully when handle delete account on iOS?
Per Account deletion requirement iOS
If your app offers Sign in with Apple, you’ll need to use the Sign in with Apple REST API to revoke user tokens when deleting an account.
Referring to this answer, we are trying to send this revoke token API on…

zangw
- 43,869
- 19
- 177
- 214
0
votes
0 answers
How to Implement Delete Account functionality with objective c in xcode
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
UIAlertController *alert = [[UIAlertView alloc] initWithTitle:@"Alert"
message:@"Are you…

Chipmonk LLoyd
- 9
- 2
0
votes
1 answer
Secure way of implementing an account deletion endpoint on the backend
Now that Apple requires an account deletion function to be present in every app that has user accounts, I began implementing one for my app. However, I presume there may be security implications here.
I use JWT tokens for authentication in my app,…

mojuba
- 11,842
- 9
- 51
- 72