Skip to content
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

IOS 14 login Issue #36

Closed
ahmed205 opened this issue Apr 24, 2021 · 10 comments
Closed

IOS 14 login Issue #36

ahmed205 opened this issue Apr 24, 2021 · 10 comments

Comments

@ahmed205
Copy link

Hi

I installed the plugin in my simulator IOS 14.2, but appear that while it try to login is stuck with password.

I have checked it in iOS 13.3 and work fine.

@matfeinikolaev
Copy link

Same issue

@darkguy2008
Copy link

Same here, any workaround? HELP!

@mirko77
Copy link

mirko77 commented May 6, 2021

All good on iOS 14.5, real devices though.

@darkguy2008
Copy link

darkguy2008 commented May 7, 2021

All good on iOS 14.5, real devices though.

Can you please try on the simulator? Is it possible for you to share the code you're using for the login? I'm using this:

cordova.plugins.SignInWithApple.signin(
    { requestedScopes: [0, 1] },
    (succ) => {
        console.log(succ)
    },
    (err) => {
        console.error(err);
    }
);

However it's stuck loading. iOS 14.5 suppossedly:

image

For what it's worth, here's the Xcode log, but nothing, it seems:

image

Thanks in advance!

@mirko77
Copy link

mirko77 commented May 10, 2021

@darkguy2008 It is an issue on Apple side, see https://developer.apple.com/forums/thread/651533

I confirm it still does NOT work on Xcode 12.5 and iOS 14.5 Simulator. All good on a real device.

Error:


error => The operation couldn’t be completed. (com.apple.AuthenticationServices.AuthorizationError error 1001.)

@rapgithub
Copy link

USE SIMULATOR WITH VERSION 13.5 IN XCODE

@darkguy2008
Copy link

USE SIMULATOR WITH VERSION 13.5 IN XCODE

Yeah thanks, no need to yell in all caps. In the end it's an issue from Apple (thanks @mirko77 ) so hopefully they'll solve it someday...

@rapgithub
Copy link

yes :)

@praveens96
Copy link

praveens96 commented Oct 10, 2021

still facing this issue, any solution found? using xcode 12.5.1 & simulator iOS 15, iPad Pro 5th Gen

@ipehimanshu
Copy link

i am also facing issue, any solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants