-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
FIRInstanceID notifyAPNSTokenIsSet -> NSInvalidArgumentException #3439
Comments
This comment has been minimized.
This comment has been minimized.
I see the issue happens cause
So my analysis shows apnsTokenData never nil at this point even with race condition - so I guess only self could be nil - it was redefinied by |
BTW. It's very old issue according our Crashlytics data - but previously it was happened not so often. |
We also experience this ( same ) crash.
crashed here
There are a lot of crashes, so please raise the priority and check. |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
We're seeing some crashes in the wild, with stack trace:
Crash happens at:
with error:
Steps to reproduce:
Crash happens at launch
The text was updated successfully, but these errors were encountered: