-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Crashlytics support for tvOS? #2009
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
Crashlytics for tvOS is documented at https://docs.fabric.io/apple/crashlytics/tvos.html and support will continue after the Fabric app sunset on November 30, 2018. Firebase console and analytics integrations do not currently exist. |
Thank you for the reply, I failed to mention that I'm already using Crashlytics for tvOS via Fabric for about 2 years now. I was just exploring the migration to Firebase as the end of Fabric is inevitable. Even if Crashlytics will be supported after the app sunset on Nov 30, 2018, Fabric is still planned to end by mid 2019 so I need to make sure I've done my due diligence on the matter. Eventually I still need to find out how to use Crashlytics with Firebase for tvOS. |
Is #2159 a step towards support for Crashlytics? |
@ninokierulf Peripherally, yes. We can't share most progress since Crashlytics is not currently part of the open source part of Firebase on GitHub. |
I've been using Crashlytics for tvOS via Fabric for a few years now too, now trying to do the migration but we can't migrate it because the iOS app shares the same bundle identifier. Looking forward to migrate the tvOS app to Firebase too! |
Here says that TvOS is included in Firebase https://twitter.com/fabric/status/1040701431379124224 I imported static libs, configured like in docs. Next in debugger i got a message My investigations:
|
Another vote for clarification on tvOS ☝️. Is it or is it not supported? |
Hey sorry we didn't update this. You can use Crashlytics on macOS and tvOS in the Firebase Console now. You need to set up the app as an iOS app in the console, but if you install:
You can follow the instructions at https://firebase.google.com/docs/crashlytics/get-started?platform=ios to install it fully |
What should I do if my iOS and tvOS app uses the same bundle identifier? How can I setup both on the same Firebase project? |
Right now we have a limitation that if they have the same bundle ID, they can't be in the same Firebase project. We recommend using separate projects for now. |
Is this limitation on the road map? Do you think Firebase will support this case before Fabric deprecation on March 31st? Just trying to avoid creating new projects if possible. |
It's a pity that we still can't migrate correctly and compare iOS and tvOS analytics in single project. |
Two years ago, we ruled out Firebase because it wasn't supported on tvOS. I really, really would have expected tvOS support to be a given by now. |
Was trying Crashlytics in tvOS but I can't even get the firebase crashlytics setup to be successful. (I've been using Fabric Crashlytics for tvOS for about 2 years)
I ran in my tvOS application and it seems nothing is being sent to google's server.
I found a tweet conversation stating that crashlytics will be supported for tvOS. Is it available now or for 2019? I'm asking because Fabric will be sunset on November 30, 2018.
PS: I've done a quick setup in iOS and can confirm that it works as I receive the successful setup and initial crash confirmation, so I'm pretty sure that tvOS doesn't work when I tried.
Originally posted by @ninokierulf in #10 (comment)
The text was updated successfully, but these errors were encountered: