iOS Google analytics sunset - ios

I am using libGoogleAnalyticsServices.a library in my client app for Google Analytics 360.
As per below URL, google analytics sdk are going to get the sunset.
https://support.google.com/firebase/answer/9167112?hl=en
In the above URL, It mentioned that "Google Analytics 360 customers’ properties are not affected.". What does it mean?
As a 360 customer, should I need to migrate to firebase or not?

It means that you don't need to do anything if you're a GA360 customer and the property used for the GA Mobile SDK is a 360 property.
In terms of migration or not, that's really an internal discussion within your team. Many factors affect this. Sure the sunset might be a hint for what's to come, but we have no idea of timelines for 360 customers. IMO you should maybe do a discovery with Firebase, since the way it tracks data is a different way of thinking than the GA mobile SDK. Then you would have a better idea of what's required to migrate and when you can fit it in.

Related

What is the best way to track iOS SDK usage?

I would like to get a statistics on how many people are using SDK that I'm providing. What functions they use the most and etc.
For apps I used firebase/fabric in order to track all that. But those services come with a responsibility (privacy policy). And if I just pack them into SDK that may conflict with people apps who don't want any tracking SDK being included in their Apps.
So the question is, are there any services that provides SDK tracking without violating privacy policy of user data collecting?
So far I was not able to find any of those specifically for SDK.
As a side question, If such analytics is taken place in SDK, should it be explicitly written in SDK description?. And should the people who integrate such SDK explicitly write in their app description that particular SDK is collecting their usage?

mobile referer in ios

I have iOS application that I would like to promote on different web-sites.
In Google Store I can record Campaign name and use it in application. I'm looking for something similar for iOS but I can't find.
Is it possible at all?
Try to use Mobile App Tracker. It has ability to track publishers statistics. For example it could track how many users installed your app, first sales, custom events and etc. from each promote web site,
There is a Google Analytics SDK for iOS. This link leads to the iOS page for campaign measurement in Google Analytics. As far as I can tell, it works exactly the same as the Android SDK that you linked to in your question. Good luck!

Is there any detailed insight for iOS App like in Android?

I notice there is no detailed insight on my app on iTunesConnect like android insight GooglePlay.
Is there any way to track user detail on every user install my app? I need more distinct information like, iOS version, phone provider, phone type, etc across installed app like in Android insight? does Google Analytics could do this?
Thank you.
There are quite a lot of analytics providers around that cater for iOS. As you mentioned, Google Analytics (which is free) should do what you need. Mixpanel is a really nice provider, but is only free for a certain amount of data. I've also used Flurry in the past (also free), but I find their web interface to be quite clunky.
If you want to track sales and App Store reviews, I'd really recommend AppFigures. Great service (paid, but a low monthly cost and you can cancel whenever), which gives you great insight into who's downloading your apps.

real time analytics for ios

I wan to integrate analytics in one of my project. I know Flurry analytics and Google analytics are good options, but both of these server are not tracking realtime data. It shows update after few hours on dashboard.
Is There any real time Analytics tool/library available which I can easily integrate with ios App?
On google Analytics, there is a real time tab, where you can watch how many users are using your app, where they are from, which version of your app they are using,...
I really like Appsee for real-time app analytics - and it’s super easy to integrate with an iOS app. Session recordings is one of the coolest features they offer, and it allows you to see exactly what was going on in the user journey (trends, crashes, bugs, ANR, etc.). You see everything in real time, which is great for understanding any issues in the app and quickly fixing / improving.

Saving My Places with Google Maps SDK on iOS

I recently got invited to use Google's Map SDK/API's for iOS. I've been reading through the limited docs that they have and I didn't see a way to access My Places. Does anyone know of a way to access/save My Places on iOS?
I did not find anything in the frameworks headers so i guess you need to use the Places API on your server and download the result for this.

Resources