-
Notifications
You must be signed in to change notification settings - Fork 16
L.4 Upload Dsym
On Android, when a crash happens, you can see it in your Firebase console in 5 minutes or even less. On iOS however, although the crash will be reported to the console, you will not see its details unless Firebase console has your apps .dSYM file(s).
Crashlytics uses .dSYM file(s) to be able to read the crash reports based on your .ipa file last compilation. If you were using Crashlytics on a native iOS build with xCode, there were tools and setups to automatically upload these .dSYM files to Firebase. Unfortunately, these tools won't work on AIR builds easily. (We are working on them to find a painless way to make this happen on AIR builds also).
So, when a crash happens but the .dSYM file(s) have not been uploaded to console, Crashlytics displays a "Missing dSYM" alert in the Firebase console to let you know that it can't display crash reports properly.
Gladly, there's an upload button in Firebase console to let you upload these .dSYM file(s) manually. And from where you can find these .dSYM file(s)? Well, from your iTunesConnect panel. Simply go to your iTunesConnect panel, select "My Apps" and "Activity". Then select the build you want to download the dSYMs for and click on "Download dSYM".
Once you've found your missing dSYM you can manually upload them through Firebase console. And now you will be able to see your iOS crash reports correctly.
Enjoy building Air apps – With ♥ from MyFlashLabs Team
Introduction to Firebase ANEs collection for Adobe Air apps
Get Started with Firebase Core in AIR
- Prerequisites
- Add Firebase to your app
- Add the Firebase SDK
- Init Firebase Core
- Available ANEs
- Managing Firebase iid
Get Started with Authentication
- Add Authentication
- Init Authentication
- Manage Users
- Phone Number
- Custom Auth
- Anonymous Auth
- State in Email Actions
- Email Link Authentication
Get Started with FCM + OneSignal
- Add FCM ANE
- Init FCM ANE
- Send Your 1st Message
- Send Msg to Topics
- Understanding FCM Messages
- init OneSignal
- Add Firestore
- Init Firestore
- Add Data
- Transactions & Batches
- Delete Data
- Manage the Console
- Get Data
- Get Realtime Updates
- Simple and Compound
- Order and Limit Data
- Paginate Data
- Manage Indexes
- Secure Data
- Offline Data
- Where to Go From Here
Get Started with Realtime Database
- Add Realtime Database
- Init Realtime Database
- Structure Your Database
- Save Data
- Retrieve Data
- Enable Offline Capabilities
Get Started with Remote Config
- Add Storage ANE
- Init Storage ANE
- Upload Files to Storage
- Download Files to Air
- Use File Metadata
- Delete Files