Hi all,
I have an observer set up to monitor any time the `credentialRevokedNotification` is posted from Apple's backend. However it seems that this is being posted every time a user successfully attempts to log in. `didCompleteWithAuthorization` is called, along with a valid authorization.credential. Should I disregard that first notification? Is there a reason as to why it's being sent each time? This is in the simulator and I've disassociated my appleId from my app multiple times.
Thanks!