Questions tagged [google-api-objc-client]

The Google Data APIs Objective-C Client Library provides an iPhone static library, a Mac OS X framework, and source code that make it easy to access data through Google Data APIs.

The Google Data APIs Objective-C Client Library provides an iPhone static library, a Mac OS X framework, and source code that make it easy to access data through Google Data APIs.

The library is available at https://code.google.com/p/google-api-objectivec-client/

50 questions
0
votes
1 answer

Content is not allowed in prolog error on google contact api in ios

I want to add iPhone contact in Google contact. I was used Google contact API.but it give me error Content is not allowed in prolog. i searched this error but not succeeded. i can authenticate Google through web view and get access-token. After that…
0
votes
1 answer

Google Objective c api : completionHandler never called when there is no internet connection

iOS beginner, I am trying to upload videos on youtube using the google objective c api. In most cases, it just works. Videos can be uploaded and my callback receives errors if they occur. But if I turn off the internet connection on the device, the…
Taiko
  • 1,351
  • 1
  • 19
  • 35
0
votes
1 answer

Uploading videos from apps google account

I want to use Google Data API v3 for uploading video to youtube from apps developer account. I am trying to find out a way to login developer account on users device, but i am unable to find any documentation provide by google related to Objective…
Iqbal Khan
  • 4,587
  • 8
  • 44
  • 83
0
votes
0 answers

Issues implementing YouTube API to app - Build errors using gtm-oauth2

Following an answer from a previous question Setting up YouTube access within app, stuck on retrieving url response I have added GTM-OAuth2 files from Google Toolbox for mac in order to use the YouTube API, I imported the following files (as per…
Jim Tierney
  • 4,078
  • 3
  • 27
  • 48
0
votes
1 answer

Google Tasks Api iOS fetching with for loop

Im able to receive tasks but in each run the order of tasklists vary. I need to have the same order of task lists in each run. How i fetch now is, GTLServiceTasks *service = self.taskService; query = [GTLQueryTasks…
1 2 3
4