-
Notifications
You must be signed in to change notification settings - Fork 226
Apple Signin not working on ios 13.5.1 #103
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
Comments
Yo have not provided the error. |
Hi,
Thanks for your reply. I am trying to add revoked function so that every
time it will show share my email popup. But revoked function is not working.
…On Tue, 30 Jun 2020, 11:07 pm Mike Hardy, ***@***.***> wrote:
Yo have not provided the error.
The library works in all cases I've tested, though behavior is possibly
counter-intuitive.
Once you've allowed access to your app via your apple id, you actually
manage that connection in your iCloud ID settings, apart from the app
And unless you revoke permission there you will never see the popup again.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#103 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALSCJCMHQGQUSBM5IXZHHWTRZIPFVANCNFSM4OL6UMUQ>
.
|
I saw many issues about this error here, and all closed by @mikehardy. Only say that library works and maybe is a error in settings about Apple ID is not helpful, and nothing is metioned in instruction install. I faced same error, but I know that is not about iOS version, because I have other app in same Iphone and use Sign Apple. So, is helpful attach here, or closed issues how to configure Apple ID or other third-party configuration in console apple. |
@Lucasark I close issues quite quickly when not provided any useful information to test, yes. Leaving them open as if something will happen is a disservice to everyone as it might provide false expectations. The message presented vs your settings does seem incorrect. Can you provide a repo based on the example code that reproduces it? |
Very interesting - forgive me while I "active listen" here - I am going to try to say what you said, to see if I understand it If you have not done the full iOS Developer Console setup for the app to enable apple sign in, then when you go to use it you get an error message about not having the right iOS version Is that right? I am not 100% sure on the first part, but I am pretty sure I understand you've found the thing that causes a iOS version not supported message when really it has nothing to do with a version. Hopefully we can fix it |
Yes, it is my point! |
I am using apple signin and it is working on the first time. But when i logout and try to login again it doesn't show me share email option as well as i am not able to login again using the apple login. Can you provide me detail. appleAuth.performRequest({ I am using above code for getting user info. and it is working fine on simulators and i am doing logout and then try to login then it works fine. but on the real device ios version 13.5.1 it is giving me error. Facing Same issue v13.5.1 @mikehardy @puneetkansal04 Have you resolved that? |
You only get the email the first time. You'll want to familiarize yourself with the underlying library documentation and implementation guides @alammoiz |
Not Able to resolve it. As it also give me same error. As First times it works fine but as if you do login again. It is showing different popup and state not returning the data. |
Apple sign in state is managed by user and Apple in icloud settings. If you want to reset a user to pristine you have to delete your server user and remove the app from icloud settings |
@mikehardy didn't get you how to remove the app from iCloud settings within the app using this package or any library. As Manually removal will be very much bulkier. Each timer user have to remove it manually. |
Apple sign in is user focused, like Android notification channels. Once they are set up they are under user control. It's the way it is. |
I am using apple signin and it is working on the first time and show me option for share my email popup. But when i logout and try to login again it doesn't show me share email option as well as i am not able to login again using the apple login. Can you provide me detail.
appleAuth.performRequest({
requestedOperation: AppleAuthRequestOperation.LOGIN,
requestedScopes: [AppleAuthRequestScope.EMAIL, AppleAuthRequestScope.FULL_NAME],
})
I am using above code for getting user info. and it is working fine on simulators and i am doing logout and then try to login then it works fine. but on the real device ios version 13.5.1 it is giving me error.
@mikehardy
The text was updated successfully, but these errors were encountered: