Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

With Firebase Analytics how do I see breakdown by specific iOS version? (eg iOS 11.1.3, iOS 12.2.1)

If I go to my Firebase Analytics Dashboard, there's a "platform breakdown" pie chart that just says "100% iOS".

If I go to "Filter" at the top I can choose each specific version of iOS, but it's super tedious because at a high level I just want to see which version of iOS is being used the most by users.

It's an iOS only app

like image 887
Doug Smith Avatar asked Apr 30 '19 17:04

Doug Smith


People also ask

How do I find my Firebase OS version?

There is one way to see the list of devices and OS. In the screenshot you uploaded, click on the Add Filter -> User Property -> {Device Model, Device Brand, App Version, OS Version etc.} will be listed there.

How do I see events in Firebase Analytics?

View events in the dashboard You can access this data from the Events dashboard in the Firebase console. This dashboard shows the event reports that are automatically created for each distinct type of event logged by your app.

What is Screen_view event in Firebase?

Automatically track screens If your app uses a distinct UIViewController or Activity for each screen, Analytics can automatically track every screen transition and generate a report of user engagement broken down by screen. If your app doesn't, you can still get these reports by manually logging screen_view events.


1 Answers

On the Dashboard under the header "What's your audience like?" which shows a map with where your users are from, you can instead choose the tab "Devices" where you can see the percentage of users on each of your top OS versions.

enter image description here

like image 181
Maja From Andersen Avatar answered Sep 22 '22 21:09

Maja From Andersen