Why it is always popping up to sign in with apple id, on launching my flutter app on ios device #13496
Unanswered
imsumit0303
asked this question in
Q&A
Replies: 1 comment
-
Please see my issue and help me to get it resolved |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
whenever I try to launch my app using ide through commands, app launches with a prompt dialogue asking sign in with apple app id and password.
I fill that as well and it directs me to go to settings and as settings opens I don't know what to do then. Going back to my it stops at splash screen and nothing happens. Closing the app and relaunch it through ide it repeats same.
I implemented google signin in my project. And in google_signin package documentation it was mentioned as below :
I haven't implemented "Sign in with Apple" option yet so, is it happening because of this?
My requirement is to keep GoogleSignIn. If I implement "Sign in with Apple" option according to documentation. Will it stop asking signin with appleId on app launch?
If yes, Please help me to understand why it is is necessary even though signin with apple id option is not my requirement.
Beta Was this translation helpful? Give feedback.
All reactions