firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.67k stars 1.49k forks source link

FIRStorageDownloadTask crash when first launch after delete app #365

Closed ErmaCKoK closed 6 years ago

ErmaCKoK commented 7 years ago

Hi, I have crash, but can't find out how I can fixed it.

  - FirebaseAnalytics (4.0.4):
  - FirebaseAuth (4.2.1):
  - FirebaseCore (4.0.8):
  - FirebaseCrash (2.0.2):
  - FirebaseDatabase (4.1.0):
  - FirebaseInstanceID (2.0.4)
  - FirebaseMessaging (2.0.4):
  - FirebaseRemoteConfig (2.0.3):
    - GoogleToolboxForMac/NSData+zlib (~> 2.1)
  - FirebaseStorage (2.0.2):
    - GTMSessionFetcher/Core (~> 1.1)

Step

  1. install and log in
  2. delete app
  3. install again and launch
  4. Crash see screenshot

This happen only one time after delete app and first launch

2017-10-11 0 27 59
asciimike commented 7 years ago

Looks like an issue with GTMSessionFetcher. I'm curious what percentage of end users experience this issue (how many are deleting and re-installing the app). If it's low (like I suspect it is), this will likely be low priority for us to identity/fix.

akshetpandey commented 7 years ago

This is an important crash because a common support solution for users experiencing app issues is to tell them to uninstall and reinstall the app.

asciimike commented 7 years ago

@ErmaCKoK can you provide a sample app exhibiting this behavior so we can test it out?

ErmaCKoK commented 7 years ago

@mcdonamp Sorry, but I can't provide a sample app for this crash

schmidt-sebastian commented 6 years ago

We have not seen any recent reports of this crash. Please re-open if appropriate.