I’m thinking about implementation of some simple analytics tool in my new game.
I want to analyze for example, what scene is played at most, etc. (I’ve 6 scenes in my game)
Is this possible, or it’s against some Apple rules?
And if it’s possible, what’s the best solution? What are my options?
I’m thinking about implementation of some simple analytics tool in my new game. I
Share
Yes, it is possible and not against any of Apple’s rules. Google analytics has an SDK that is easy to use and will track anything you want in your app.
https://developers.google.com/analytics/devguides/collection/ios/
I’ve used it many times before and it works great.