Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get data from Google Analytics, using the Core Reporting API skd, via Objective-C

i'm trying to get data from Google Analytics, using the Core Reporting API sdk.

https://developers.google.com/analytics/devguides/reporting/core/v3/gdataLibraries

But even the samples for IOS are not compiling on Xcode 5, and i cannot find any source code or exemple.

Sorry to ask for that, but is there anyone have a link to a demo, or tutorial to get this done?

like image 274
Franck Avatar asked Oct 02 '22 10:10

Franck


1 Answers

There is a bug reported under analytics-issues

a linker error when building with Xcode 5

it has fixed status as for 20 Sep 2013. And project manager has also given a link to IOS SDK where is should work with version > 3.01.

But after this fixed status - there are three users as for today who have the problem.

like image 79
MikroDel Avatar answered Oct 13 '22 12:10

MikroDel