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

此生再无相见时 提交于 2019-12-12 03:19:54

问题


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 problem to upload an app on AppStore which is using ShareKit framework/code?

Thanks in advance.

Mrunal


回答1:


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.




回答2:


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

DROdio




回答3:


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.



来源:https://stackoverflow.com/questions/7593443/which-one-is-better-for-social-networking-integration-in-ios-development

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!