Sign in with Apple on Native Ionic app

Hello,

I am trying to use SignInWithApple (& Google OAuth) via AWS Cognito (Appsync) in a Ionic Capacitor app with the AWS Amplify UI. This works fine if I build for webbrowser and open this on iOS, but as soon as I build a iOS app, the process gets stuck when Amplify needs to accept the “?code=***” redirect. I see the redirect happening, but for some reason Amplify does not handle it.

Is there anyone that knows how to handle this? Currently my Apple App review is blocked on the sign in.

The app is build in vue3 with Ionic v6 & capacitor v4.

Thanks, Dennis

PS: Asked this on the Ionic forum too, but no response: https://forum.ionicframework.com/t/aws-amplify-in-ios-build-cannot-log-in/228611 . Same goes for the Amplify Discord, also no response.

Have you figured this out? I've gotten Google sign in to work, where it creates a user in my AWS user pool and everything on the backend is handled. My trouble now is the Sign in with Apple...

Sign in with Apple on Native Ionic app
 
 
Q