-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Crash app [GDTUploadCoordinator packageExpired:] #3547
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
Comments
This comment has been minimized.
This comment has been minimized.
Thanks for the report. We'll investigate. In the meantime, a workaround would be to revert to Firebase 6.5.0. |
Looking into it. |
Guys, there is such a problem on my second application too :( |
Reverting to 6.5.0 doesn't help cause there is the FIRInstanceID Crash. The last versions of Firebase aren't as stable as before. Each release has a few problems. |
If you're also running into this issue, please post any diagnostics information you have. |
This might be connected to this issue, although I'm using an older version of GoogleDataTransport:
com.mycompany.myapp_issue_crash_e3be9ca665f245fcb8e8d9486459586a_DNE_0_v2.txt |
Thanks for posting that--is anyone able to reproduce this locally (and willing to make a project that demonstrates the issue)? Or is it just showing up in crash reports? In either case, I'll add checks to make this bit of code unlikely to crash, but I'd like to be able to pinpoint the cause. |
Just crash reports... |
Yes, I can’t reproduce locally, because not all users have this problem, in my applications only about ~20% |
Wow. 20% is a lot. I have only 0.1% of crashed sessions, which is 1 crash for 1000 app launches. |
Experiencing this issue as well (except that the crash happens on line 224). Fortunately, we have not released anything yet but the error has already affected two of our 100 beta testers. Let me where I can send the crash logs to... |
If you're fine posting them here, please do so. If you prefer to keep them private, email them to me at lowlevel@ google dot com |
I have emailed them to you. |
Same here. |
This should be fixed by #3555, I'm working on creating a new release that contains the fix. |
Experiencing the same issue here... |
We've released GoogleDataTransport v1.1.1, which should fix this issue. Can someone update their pods and let me know if the issue is fixed? |
Hi @mikehaney24 I updated my pods... How can I test if it fixed the issues? |
Unless you're able to reproduce it locally, you'd have to ship a new version of your app with the updated pods and monitor crash reports on your new app version. |
Seeing this too, it’s quite worrying. We’ve updated pods now to include the new GDT 1.1.1 pod and have queued a hotfix for review and release. Will advise on progress once that’s out. |
We'll implement 1.1.1 in our next beta release and will let you know if the issue still appears, thanks for the quick update! |
I tried pod repo update and then install pod but it still shows the installed version of GTD as 1.1.0. How to get the GTD v1.1.1 ? |
@subhojitGoqii You need to run The |
Thanks @ptsochantaris that helped. Thanks for the clarity about |
Rollout is quite early and numbers are very limited, but yesterday at around the equivalent user/sessions level we had seen a few instances of this crash, while now there are none, so that's encouraging. Will update again once we have larger numbers. |
I've also released an update to my app yesterday evening (around 9:00 PM CEST). As far as I can tell now this crash seems fixed. |
I've updated my app yesterday too, and by now, no crashes. It seems fixed. Thanks! |
Just as a followup, our user/session numbers are definitely higher and still no crash, at this point I'd say it's fixed for us too 👍 |
That's great to hear! Glad we took care of this! Thanks everyone for being so communicative and following up! |
Start seeing a different kind of crash after the update. Suspect it's related to GoogleDataTransport v1.1.1
|
@mars-lan Thanks for the report. Please open another issue with the full backtrace. |
Using FirebaseABTesting (3.0.0)
Using FirebaseAnalytics (6.1.0)
Using FirebaseCore (6.2.0)
Using FirebaseCoreDiagnostics (1.0.1)
Using FirebaseCoreDiagnosticsInterop (1.0.0)
Using FirebaseInstanceID (4.2.3)
Using FirebaseRemoteConfig (4.2.1)
Using Google-Mobile-Ads-SDK (7.48.0)
Using GoogleAppMeasurement (6.1.0)
Using GoogleDataTransport (1.1.0)
Using GoogleDataTransportCCTSupport (1.0.1)
Using GoogleUtilities (6.2.4)
[REQUIRED] Step 3: Describe the problem
Some users have a crash on:
GDTUploadCoordinator.m line 239
-[GDTUploadCoordinator packageExpired:]
Only about ~20% of users have this problem, and on all devices and on all versions of iOS
In the attachment, a log file with Crashlytics
com.shmatchenko.vpm-locker_issue_crash_444193d2ab66446e921b3d63a3caa5e2_DNE_0_v2.txt
The text was updated successfully, but these errors were encountered: