Question

Is there any social sharing sdk or library available for iOS which includes twitter, Facebook, linkedIn, and Google+.

I have checked ShareKit but it only includes twitter and Facebook services and not the linkedIn and Google+.

Was it helpful?

Solution

iOS 6 now includes Facebook and Twitter which are the major two.

All the others will need to be done manually (I'm pretty sure Google+ do not have one yet!).

You could then extend the UIActivity class to create them nicely alongside the Facebook and Twitter sharing.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top