简体   繁体   English

Crashlytics 不在 iOS 上发送事件

[英]Crashlytics not sending events on iOS

I've migrated our app from react-native-firebase to @react-native-firebase/crashlytics and managed to get crash reports from Android, but no luck with iOS.我已将我们的应用程序从react-native-firebase @react-native-firebase/crashlytics迁移到@react-native-firebase/crashlytics并设法从 Android 获取崩溃报告,但在 iOS 上没有成功。

I've done all the following:我已经完成了以下所有操作:

  • removed react-native-fabric and all of it's references删除了react-native-fabric及其所有引用
  • installed @react-native-firebase/app已安装@react-native-firebase/app
  • installed @react-native-firebase/crashlytics已安装@react-native-firebase/crashlytics
  • added GoogleServices-info.plist in xCode as described in the manual如手册中所述,在 xCode 中添加了GoogleServices-info.plist
  • added firebase.json in the root of the app with crashlytics_debug_enabled: true (this solved Android)加入firebase.json在应用程序的根与crashlytics_debug_enabled: true (此解决的Android)

But still no success, not from the simulator nor from appCenter deployed app.但仍然没有成功,不是来自模拟器也不是来自 appCenter 部署的应用程序。

I think it's good to mention that we have 3 schemes (dev, staging, production).我认为值得一提的是我们有 3 个方案(开发、分期、生产)。

Any idea how to make this work?知道如何进行这项工作吗?

Chintan from Firebase.来自 Firebase 的 Chintan。 Can you reach out to Firebase Support with the bundle ids of all 3 variant?您能否使用所有 3 个变体的包 ID 联系Firebase 支持 You can also reference this SO post in there.您也可以在那里参考这篇 SO 帖子。 It might just need manual activation.它可能只需要手动激活。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM