twogate/cordova-plugin-sign-in-with-apple

IOS 14 login Issue

Closed this issue · 10 comments

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.

Same issue

Same here, any workaround? HELP!

All good on iOS 14.5, real devices though.

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!

@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.)

USE SIMULATOR WITH VERSION 13.5 IN XCODE

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...

yes :)

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

i am also facing issue, any solution