When the user hits “Stop Using Apple ID” button in their setting, It just stops the app to track back their existed user information in our backend database not instantly deleting it.
How can I know when the user already stop using the Apple ID so I can delete their data in my backend database?
Any API for validating whether user is still active (or not) with only generated random user identifier (appleIDCredential.user)?