Reputation: 5655
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...
Upvotes: 6
Views: 2425
Reputation: 8256
According to these discussions it is not possible yet:
iOS: Possible to send or post message in Google Plus
Upvotes: 4
Reputation: 127
you may use -(id) setURLToShare: (NSURL *)urlToShare
I hope it helps.
Upvotes: 2