Home > Software design >  How to remove the app from the "Apps Using Apple ID"?
How to remove the app from the "Apps Using Apple ID"?

Time:01-14

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: Apps Using Apple ID

Stop using Aplle ID

CodePudding user response:

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

  •  Tags:  
  • Related