Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sharing images in Google+ using iPhone App

Here i'm working with Google+ integration in IOS Apps..

I have gone through the Guidelines at link https://developers.google.com/+/mobile/ios/share

And I have succeeded in the following aspect.

-->>Sharing Text.

-->>Sharing URLs.

-->>Sharing App(Google+ App) icon and Description [Using deep linking].

But I have stuck in the following aspect.

-->>Sharing an Local or URL Image.

so..is there any possibility to share an image from iPhone app through Google+.

Please help me...

Thanks In Advance...

like image 889
Ashok Avatar asked Feb 14 '13 10:02

Ashok


2 Answers

According to these discussions it is not possible yet:

iOS: Possible to send or post message in Google Plus

like image 73
Vishal Avatar answered Oct 14 '22 06:10

Vishal


you may use -(id) setURLToShare: (NSURL *)urlToShare

https://developers.google.com/+/mobile/ios/api/protocol_g_p_p_share_builder-p#a0f2e350ef29af0eb3ed4771c12e54925

I hope it helps.

like image 40
daemon22 Avatar answered Oct 14 '22 04:10

daemon22