-
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
Fatal Crash on ARKit with 8.9.0 (not with 8.8.0) #8895
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
@nidegen Thanks for the report. The issue is likely related to the Firestore AppCheck integration that was introduced in 8.9.0 |
That's what I was also thinking, but was unable to trace the exact origin. The often called AppCheck Notification Observer of |
(Line 52 of firebase_app_check_credentials_provider_apple.mm) |
Nope, I do not use it or link to it! |
The underlying issue seems to be that the AppCheck callback is processing a notification whose |
@nidegen Firebase 8.9.1 is now available. We would appreciate your confirmation that it fixes the issue. |
[REQUIRED] Step 1: Describe your environment
Swift Package Manager
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
Launch ARKit while using: Auth, Firestore Listeners
Relevant Code:
Unfortunately, I am not sure where the bug gets triggered. It seems to originate in some App Check code.
What I am doing is launch a view controller for an ARKit Session. If i go back to 8.8 it works without issues.
Also what I have noticed is that
tokenDidChangeNotificationName
's notification observer gets called very often before the crash happens. I'd say a few dozen times per second.`
The text was updated successfully, but these errors were encountered: