How to remove the app from the "Apps Using Apple ID"?
I'm using Apple Login with Flutter/Firebase.
How can I remove my app from the "Apps Using Apple ID"?
In other words, how can I achieve the function of "Stop using Apple ID" button programmatically?
I'm using this package: https://pub.dev/packages/sign_in_with_apple
The screenshots of where I asking about:
Solution 1:
If I understand you correctly you want to remove your app from the listing of "App using Apple Id" within iOS settings after a user has signed out?
If a user has signed in with Apple Id before your app will show here. Even if the user has signed out via Firebase, it will show here. I believe this to be a bit of iOS functionality and not controllable by us. It is to show iOS users where they have used their Apple ID before as I believe the account will reauthenticate until removed.
https://support.apple.com/en-gb/HT205064