0

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 ?

Omar Freewan
  • 2,678
  • 4
  • 25
  • 49
  • I do not think you can use GoogleAnalytics for that. But you can use Apple's. They are in iTunesConnect under *AppAnalytics* – LinusGeffarth Jun 14 '15 at 16:43

1 Answers1

0

you can build REST API in your favourite language and use that in your iPhone app.