Hello Folks,
I am working on a Unity application, where I am integrating Apple Sign In. I managed to get the login functionality worked, but I am not able to implement the logout functionality within the app.
I am only able to Logout using the following steps:
Go to Settings => Click your iTunes user => Password & Security => Apple ID logins. There you can select the app and click on Stop using Apple ID.
I wanted to know if there is any way, I can do Logout feature within the app, by having Logout Button in my settings screen, like we normally do for other Login authentication apps like Facebook, Gmail.
I couldn’t use Google Sign in either, as that was having a webview and Apple was rejecting that when I was submitting over Test Flight.
Please suggest if there is any way out to make Logout Functionality work in Apple Sign In or Google Sign In work in IOS apps build in Unity.
Looking forward hearing back !