简体   繁体   English

Firebase 分析未显示 iOS 应用程序的用户参与度

[英]Firebase Analytics not showing user engagement for iOS app

I have an iOS app that uses Firebase Analytics, which was working very well.我有一个 iOS 应用程序,它使用 Firebase Analytics,运行良好。 I was able to see user engagement and, particularly, I used a lot the "latest release" screen on the Firebase console.我能够看到用户参与度,特别是,我在 Firebase 控制台上使用了很多“最新版本”屏幕。 Also crashlytics was working well. crashlytics 也运行良好。

Two weeks ago, I built a release of the app and sent it to the AppStore.两周前,我构建了一个应用程序版本并将其发送到 AppStore。 The release version was 4.10.3, however due to marketing reasons we decided to release it as 5.0.0.发布版本是 4.10.3,但由于市场原因,我们决定将其发布为 5.0.0。 I kept the same build number (4.10.3) and just changed the version number on AppStoreConnect (5.0.0).我保留了相同的内部版本号(4.10.3),只是更改了 AppStoreConnect 上的版本号(5.0.0)。

As soon as this version was available on the appstore, Firebase stopped showing ANY analytics information for this app.一旦此版本在应用商店上可用,Firebase 就会停止显示此应用的任何分析信息。 I can't see the daily active users, and can't see latest version adoption.我看不到每日活跃用户,也看不到最新版本的采用。

I thought this might be a bug on Firebase because of the difference between the app bundle version (which was 4.10.3) and the appstore version (which was 5.0.0).我认为这可能是 Firebase 上的错误,因为 app bundle 版本(4.10.3)和 appstore 版本(5.0.0)之间存在差异。 On Fabric all the analytics and crashlytics information are shown perfectly.在 Fabric 上,所有分析和崩溃分析信息都完美显示。

At some point, I found out that the "latest version" Firebase console screen stopped showing information even for the Android version of the app.在某些时候,我发现“最新版本”Firebase 控制台屏幕停止显示信息,即使是 Android 版本的应用程序也是如此。 Now I can only see "No data to display."现在我只能看到“没有要显示的数据”。 on the console screen.在控制台屏幕上。

This is really weird because I was accessing the firebase console almost daily, until it stopped working for iOS a couple of weeks ago.这真的很奇怪,因为我几乎每天都在访问 firebase 控制台,直到几周前它停止为 iOS 工作。 Did some major change happen on Firebase recently?最近 Firebase 是否发生了一些重大变化?

On the Android app we upgraded the Firebase sdk version, but it still is not showing latest release info.在 Android 应用程序上,我们升级了 Firebase sdk 版本,但它仍然没有显示最新的发布信息。 On the iOS i've upgraded the Firebase pods as well, and am still waiting for the version to be reviewed on the appstore, however I'm not optimistic because even with the current version the app is working on fabric and is not working on the firebase console.在 iOS 上,我也升级了 Firebase 吊舱,我仍在等待应用商店对版本进行审核,但我并不乐观,因为即使使用当前版本,该应用程序仍在使用 Fabric 并且无法使用firebase 控制台。

After a few updates on the Firebase SDK and sending new versions of my app to the AppStore, Firebase Analytics started working again.在对 Firebase SDK 进行一些更新并将我的应用程序的新版本发送到 AppStore 后,Firebase 分析再次开始工作。

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

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