Skip to content

Crashlytics in tvOS for Apps without Fabric App #3511

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

Closed
bjimenezned opened this issue Aug 6, 2019 · 7 comments
Closed

Crashlytics in tvOS for Apps without Fabric App #3511

bjimenezned opened this issue Aug 6, 2019 · 7 comments

Comments

@bjimenezned
Copy link

bjimenezned commented Aug 6, 2019

Is there a way to use Crashlytics in a new tvOS app. Since now you can't create a new Fabric app, #2009 solution is not possible anymore.

I tried integrating it as a new iOS App but test crashes are not showing up in the console (yes, I did read/follow the Firebase Crashlytic integration instructions for new apps step by step, and the firebase integration is working since I can use FirebaseDatabase without issues)

Most issues in here seems to apply to older apps with a Fabric app already created, but how does it work for a new Firebase tvOS App?

@google-oss-bot

This comment has been minimized.

@bjimenezned bjimenezned changed the title Crashlytics in tvOS for new App Crashlytics in tvOS for new Apps Aug 6, 2019
@bjimenezned bjimenezned changed the title Crashlytics in tvOS for new Apps Crashlytics in tvOS for Apps without Fabric App Aug 6, 2019
@paulb777
Copy link
Member

paulb777 commented Aug 6, 2019

Tracked internally at b/139003562

@TKBurner
Copy link

TKBurner commented Aug 7, 2019

At this time you can still create new apps in the Fabric console. This is the recommended path. I have let the team know . :)

@bjimenezned
Copy link
Author

bjimenezned commented Aug 7, 2019

At this time you can still create new apps in the Fabric console. This is the recommended path. I have let the team know . :)

Do you mean the dashboard in https://fabric.io/settings/apps ? beacause if I click the add button it redirects me to the home page https://fabric.io/kits

dashboard

@samedson
Copy link
Contributor

samedson commented Aug 7, 2019

Hey @bjimenezned, it sounds like you got the setup right. I took a look at this and think there is an issue in the backend. I'm gonna work on getting this fixed and then update this bug.

@samedson
Copy link
Contributor

Hey @bjimenezned, can you try onboarding your app in Firebase again? The issue should be resolved now.

For future tv and macOS onboarders, my recommendation is to follow the onboarding steps for an iOS app, and include the following in your Podfile if you want Crashlytics:

  pod 'FirebaseCore'
  pod 'Crashlytics'

@bjimenezned
Copy link
Author

Seems to be working now, I managed to link and receive crash reports in firebase console.

Thanks!

@firebase firebase locked and limited conversation to collaborators Oct 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants