qwertzy00 / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

can't connect to my account programmatically using GDataServiceGoogleAnalytics service #167

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>>What steps will reproduce the problem?

I am trying to use AnalyticsSample XCode app (gdata-objectivec-client-read-only 
-> Examples -> AnalyticsSample ) for login to Google analytics and download 
information from there programmatically.
The issue is when I entere my google ID and password the app can't give me 
access to the Google analytics web-portal. The access was granted to me by ma 
company and also I created by my own entity completely from the scratch ( 
MyTestApp -> UA-41649832-1). I don't understand why the app refuses to login on 
my account. See below attached screenshot of the main app's window and XCode 
output error in DBG

May be DefaultAccountFeed  is incorrect? :
_EXTERN NSString* const kGDataGoogleAnalyticsDefaultAccountFeed 
_INITIALIZE_AS(@"https://www.google.com/analytics/feeds/accounts/default");

>>What is the expected output? What do you see instead?

Expect that i can connect to my account successfully (with no error in output)

Original issue reported on code.google.com by VDemkov...@gmail.com on 13 Jun 2013 at 3:20

Attachments:

GoogleCodeExporter commented 9 years ago
The GData API for Analytics has been replaced by a JSON-based API.

Please use the newer Objective-C library available at 
https://code.google.com/p/google-api-objectivec-client/

Original comment by grobb...@google.com on 13 Jun 2013 at 8:05