开发者

Which one is better for social networking integration in iOS development?

开发者 https://www.devze.com 2023-04-08 09:07 出处:网络
I have searched on net for social networking integration in iOS projects (For example: Facebook, Twitter, etc)

I have searched on net for social networking integration in iOS projects (For example: Facebook, Twitter, etc)

I found there are also SDKs available for particulars and some OpenSource projects/frameworks are also available for the same which combines all into one like (ShareKit).

What is the difference in those two? Which one is better to use? Is there any probl开发者_如何学JAVAem to upload an app on AppStore which is using ShareKit framework/code?

Thanks in advance.

Mrunal


If you are using ARC in your project ShareKit is a big waste of time. Twitter can be added very easily using the Twitter framework and TWTweetComposeViewController. Not sure about any others.


@mrunal check Socialize out: http://www.GetSocialize.com and see what you think. Full feautre list at http://go.GetSocialize.com/features

DROdio


If you are only looking to use Twitter and Facebook, then it is simple enough to just use their API and implement it in your code.

If you are new to development or want to use more (Delicious, Tumblr, Read It Later, Bit.ly, Mail), then I would highly recommend using ShareKit. It allows for sharing of text, URLs and even images. It takes less than an hour to setup even when using ARC and comes with a sample app to play around with. It is also easy to update when more features are added or the API of one the sites changes.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号