Posts

Post not yet marked as solved
3 Replies
0 Views
For those of you who tried reading all the documentation and steps described above but things are still not working, make sure you check your device under Settings -> Developer and flip the Associated Domains Development switch to ON.
Post not yet marked as solved
37 Replies
0 Views
For anyone experiencing this issue when running unit tests, my work around was to disable code coverage. Note that this only works if you are on Beta 2. I tried the same workaround on Beta 3 and it no longer works so I'll stick with beta 2 for now.
Post not yet marked as solved
3 Replies
0 Views
So it turns out this was a race condition on my end due to some unexpected behavior of the `credentialsRevoked` notification, which seems to be broadcast for every successful login.At first I thought it was due to it revoking a previous/existing credential during the sign in process but I am seeing this happen even when a user Signs in with Apple for the first time.Can anyone confirm that this is the intended behavior?