user2185354
user2185354

Reputation: 519

Google cloud storage integration in iPhone App

I'm developing an iPhone Application where I want to integrate google cloud storage so that I can store images. Please anyone can help me or provide me the link of sample. I tried searching but could not find.

Thanks

Upvotes: 5

Views: 3096

Answers (2)

Brian Dorsey
Brian Dorsey

Reputation: 4688

I recommend using the Google APIs Client Library for Objective-C. It uses the JSON API. You will need to enable the JSON API by visiting the Cloud Console, clicking APIs, and enabling the "Google Cloud Storage JSON API"

Upvotes: 6

Ahmed Z.
Ahmed Z.

Reputation: 2337

There is no specific library or sdk for Cloud integration but there is a web based interface you can integrate for google cloud. you'll have to read about it a little. here's the link

https://developers.google.com/storage/

Upvotes: -1

Related Questions