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

Infinite Loading with Ios Emulator #37

Open
AsoStrife opened this issue Jul 15, 2021 · 3 comments
Open

Infinite Loading with Ios Emulator #37

AsoStrife opened this issue Jul 15, 2021 · 3 comments

Comments

@AsoStrife
Copy link

AsoStrife commented Jul 15, 2021

Hi, I don't have a physical ios device so I always use emulator with xcode to debug my code.
I've turn on "SignIn With Apple" inside capabilities in Xcode and I write the demo code in my app:

window.cordova.plugins.SignInWithApple.signin(
  { requestedScopes: [0, 1] },
  function(succ){
    console.log(succ)
    alert(JSON.stringify(succ))
  },
  function(err){
    console.error(err)
    console.log(JSON.stringify(err))
  }
)

If I tried to login with Apple Account the first two steps works good, but the third one after I insert the password remain in infinite loop loading. I don't find anything in the documentation. What could be the problem?
1
2
3

@ensemblebd
Copy link

ensemblebd commented Jul 15, 2021

known issue for a very long time on the apple forums sadly. :(

https://developer.apple.com/forums/thread/651533
https://developer.apple.com/forums/thread/90718

You can try the suggestions they have there, but some of the options they mentioned aren't viable for me so I can't attest to success rate.

@AsoStrife
Copy link
Author

Ok so this is only a problem for simulator?

@ensemblebd
Copy link

Definitely, does not work for me either on simulator. But on the device, 100% good and functional.
just have to plug in your ios phone and test on that, or use TestFlight.

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

2 participants