-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apple login does't work ios version 16.3 #361
Comments
Could you please provide more information on what exactly fails, what you see in the console and if this happens on a simulator or real device? |
Same problem here. In my case, Apple reviewers always report a "Sign in not complete" error with iOS 16.3. IOS 16.2 works as expected. Error example: Doing more tests, I've noticed the bug only happens when signing in with new users, not with an existing one, which logs in as normal. All the scenarios were in real devices, not simulators. |
@HenriBeck the same issue here. Not able to pass Apple review team
That is the exception that I'm getting from them SignInWithAppleAuthorizationError(AuthorizationErrorCode.unknown, The operation couldn’t be completed. (com.apple.AuthenticationServices.AuthorizationError error 1000.)) |
i have the same problem, did somebody find a solution ? |
Same here, Apple reviewer reported that sign in does not work on iOS 16.4. |
There is little we can do here from the plugin side since the error happens in Apple's Domain. I can't say why this happens, but for our Apps, this was never reported back from Apple. @efraespada are you able to get some logs from XCode? |
I'm having these critical issues as well. Sign up is failing on my app, so users never get to onboard :(. This is bad. |
[Update 2] [Update 1] I don't even know what is the problem now! [Original] I am having the same issue. Apple rejected my app with following OS. Review device details:
I don't have issue in iOS 16.0.2 |
@leochiu-work My build was eventually accepted too. But, I see empty user accounts being created in Firestore. I suspect that this only affect first time users / sign ins. Which is why the Apple reviewer eventually gets in because the first sign up doesn't work but then they try again & get in. However, having the auth work the first time is obviously critical to any app. So, I'm at a loss for what to do. My app is failing to even work for new users, who probably then delete it. |
The same to me, also on my device it works fine Review device details:
|
I've been trying to reproduce this issue for the last days with no success. Apple Review team constantly reproduces this issue with the following device:
App is stuck in review process and I have no idea how to solve this since I am not able to even force the issue to happen on my side. |
I just hit this as well. My app is stuck in review with "the app returned to the login screen in every attempt to log in with Sigh In With Apple" (reportedly on an iPan with iOS 16.6) that I cannot reproduce myself. The app isn't new and it never happened for me. |
I also updated my app and it was rejected by Apple after review. The picture I was given was exactly the same as the one above. |
Today the review failed again for ipad ios17.2. The picture given by Apple keeps spinning around after logging in |
Hi Guys, same here. Got the exact same error. 'Sign-up not completed' when I try to login using the plugin. App got rejected from review but it is the exact same code than previous versions of my app that were working perfectly fine. I think there is an issue with iOS 17. How can I fix it ? |
App Review is saying that when they tap the "Login with Apple" button the app is crashing but is not providing crash logs. I tried recreating the crash and could not. They're on iPad Air 5th gen iOS 17.4, I'm on iPad Mini 6th gen iOS 17.4. I'm developing on Windows (relying on Codemagic for iOS builds) and have little insight to the apple/XCode ecosystem. Is there any hope in sight for a fix? |
Any updates? |
We will close this issue because iOS 16.3 is now older than 1.5 years ago, and we haven’t gotten a clear, reproducible example. Please keep in mind that we only provide a smaller wrapper around Apple's interface. This plugin is unlikely to cause any error shown within the pop-up from Apple. |
Apple login work before ios version 16.2 but does't work ios version 16.3
The text was updated successfully, but these errors were encountered: