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

A native-implemented plugin of Sign in with Apple // Thanks to your contribution! // Cordova>=8 iOS>=13
https://www.npmjs.com/package/cordova-plugin-sign-in-with-apple
MIT License
74 stars 48 forks source link

IOS 14 login Issue #36

Closed ahmed205 closed 3 years ago

ahmed205 commented 3 years ago

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 commented 3 years ago

Same issue

darkguy2008 commented 3 years ago

Same here, any workaround? HELP!

mirko77 commented 3 years ago

All good on iOS 14.5, real devices though.

darkguy2008 commented 3 years ago

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 commented 3 years ago

@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 commented 3 years ago

USE SIMULATOR WITH VERSION 13.5 IN XCODE

darkguy2008 commented 3 years ago

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 commented 3 years ago

yes :)

praveens96 commented 3 years ago

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

ipehimanshu commented 2 years ago

i am also facing issue, any solution