-
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
iOS 12 logEvent crash #3255
Comments
This comment has been minimized.
This comment has been minimized.
Thanks for the report. Opened internal issue at b/136009423 |
Thanks again for the report @alfonsomestre. The fix is staged for the next Firebase release milestone - M51 (6.4.0) |
Thank you @paulb777! Really appreciate, we will look forward to the next release! |
@alfonsomestre Is this issue fixed after 6.4.0 release. It seem still happens on our app, which import 6.5.0 |
Yes @at-binhdo, you are right. It still happens in version 6.5.0 |
We have a fix coming in next week's 6.7.0 |
Thanks, @paulb777 !! |
Hello @paulb777, I am using Firebase with Flutter and I struggle with this error. I have latest version of Firebase and even disabled Analytics but still crashes randomly. The log and all configs are detailed here: flutter/flutter#42599 Thank you! |
@bogdannedelcu We are unlikely to be able to help without a reproducible example or a backtrace of the crash - neither of which I see at the flutter issue. If you can get one of those, please open another issue in this repo and we'll investigate. |
[REQUIRED] Step 2: Describe your environment
FirebaseAnalytics 6.0.1
FirebaseCore 6.0.2
FirebaseInAppMessaging 0.15.0
FirebaseInstanceID 4.1.1
FirebaseMessaging 4.0.2
FirebaseRemoteConfig 4.0.0
[REQUIRED] Step 3: Describe the problem
App crashes sometimes with users of iOS 12
The crash is the following:
Steps to reproduce:
What happened? How can we make the problem occur?
This does not always happen, and it does not have a patter. I leave the crash report:
Relevant Code:
There is no relevant code, i just call :
Analytics.logEvent(eventName, parameters: parameters)
Thanks!
The text was updated successfully, but these errors were encountered: