Google App analytics/Firebase - ios

I have implemented firebase to my iPhone app, in Google analytics on my Macbook I can see the reports when I switch Property in Admin section. But I can't see the data on Google Analytics application, all I can see is "All mobile App Data", which is basically just Google data after implemented Google analytics tracking code, not Firebase tracking.
Is there any way to see Firebase analytics data on the iphone app or do I have to implement Google analytics tracking code as well?
Or is there better tool for app analytics?
Thank you for suggestions

With Firebase installed, you can either:
Use Firebase Reporting in GA, which just displays the Firebase Analytics interface in GA.
Install GTM on your app alongside Firebase and use GTM to fire off tags to GA when certain Firebase events are fired.
Firebase mobile integration and GA mobile intergration are separate things.

Related

Add events from iOS apps to multiple google Analytics projects and apps

The event is successfully logged in Project A -> iOS app A google analytics dashboard. However, I also want to forward it to project B -> iOS app B. I saw here:
How can we use more than one Google Analytics tracking Id in Google Analytics for Firebase in android and ios
That could be done through google tag manager:
https://developers.google.com/tag-platform/tag-manager/ios/v5
But so far I am not succeeding. Yes, I see is pretty straight forward on web with javascript, but I need to get this done on iOS.

Test Firebase AdWords conversion tracking

In our iOS project we are using Firebase Analytics. We are also running AdWords campaign to get downloads.
I have enabled conversion tracking following https://firebase.google.com/docs/adwords/ for first_opens.
How do I test if this working or not?

Firebase analytics in China

I recently added Firebase analytics to my iOS app and I was wondering if Firebase analytics can track app usage in China? The thing is, we get a lot of downloads from China and tracking app usage in China is pretty important.
Some context, I initially wanted to add Google Analytics but the Google Analytics page for iOS apps redirected me to Firebase and hence I ended up adding Firebase analytics to my app.
I finally have a theory that I am satisfied with and I have written a blogpost that I hope can save others some time. The post details my analysis of the situation the includes how the GFW in China works, the OPT-IN nature of App Analytics in iTunes and why some data for Firebase analytics comes through. Yes and the reason we may see some analytics data in Firebase is not because of VPN, it's in part in the nature of how GFW works.
Firebase Analytics should work in China.

Synchronize Google Calendar?

Im having a calendar inside my app and it is possible to synchronize that calendar with the apple calendar app on iOS (it then automatically synchronizes with icloud if enabled).
Now I want the same for the google calendar app on iOS but all I could find for now is the google calendar web API. The problem: you need to be online for that but my App should have a full offline support. So I thought maybe it would be possible to access the iOS google calendar app installed on the device to add / remove / modify events.
Is it possible to do so or is there now API for the iOS google calendar app?
There is currently no API that allows you to interact with the Google Calendar App for iOS.
The samples seen here are specifically for interacting with the Google Calendar service, not with the Google Calendar for iOS app itself.

How i can read google analytics data from my iOS application?

I am trying to read google analytics data for sessions and real time users , locations ... from my iPhone Objective-c App
is there any SDK can achieve this or maybe REST API from google ?
you can build REST API in your favourite language and use that in your iPhone app.

Resources