Reputation: 1009
Is there any Google Docs SDK or wrapper for iOS ? OR we need to do it from scratch via Google APIs ?
Thanks.
Best regards, Henry Fok
Upvotes: 1
Views: 1094
Reputation: 3100
Just to note, many of the most prominent Google APIs have been replaced by their JSON API which has a separate Obj-C client available here:
http://code.google.com/p/google-api-objectivec-client/
Upvotes: 0
Reputation: 41653
There is a GData library in Objective-C http://code.google.com/p/gdata-objectivec-client/ with Documents List API component http://code.google.com/p/gdata-objectivec-client/source/browse/#svn%2Ftrunk%2FSource%2FClients%2FDocs
Upvotes: 2