Questions tagged [sharekit]

ShareKit: an iOS open source project to enable sharing of content via Facebook, Twitter, et al.

The project's home page is at http://getsharekit.com/

The project's Git repository is at https://github.com/ideashower/sharekit/

Takes aproximatly 5-10 lines of code to get many sharing services.

Update: ShareKit was once very useful and saved developers a ton of time. It is now obsolete and some sharers no longer work properly. In addition, most of the features ShareKit provided are now incorporated into Objective-C. There is ShareKit 2, which has some new features, is updated and well documented.

449 questions
0
votes
0 answers

ShareKit email form displays improperly

I'm using the ShareKit SHKMail form like this: NSURL *url = [NSURL URLWithString:urlString]; SHKItem *item = [SHKItem URL:url title:@"I made this song with the VinylDreams app for iPad!" contentType:SHKURLContentTypeAudio]; SHKMail* actionSheet =…
Artelis
  • 159
  • 1
  • 11
0
votes
2 answers

How to share an image & text to Facebook from my iOS App.

I have a native iOS App that I would like to share a Graph & Text to Facebook from. I don't have any experience on this so just wanted to get your thoughts. I've just checked 'ShareKit' and am not sure if it is the way to go. I think there is a…
user984694
0
votes
0 answers

Sharekit not showing share options in Release Build Configuration Mode

When setting the Build Configuration to Release I see no share options as shown in the screenshot. But when I run the app with Build Configuration to Debug I see share options like Share on Facebook, etc. Is there something I am missing? I am trying…
Encore PTL
  • 8,084
  • 10
  • 43
  • 78
0
votes
2 answers

Using ShareKit with Xcode 5

My iPhone application is developed using Xcode 5. I want to use ShareKit library in order to share images and urls from my application. The problem is, that ShareKit seems to be incompatible with Xcode 5 (thought is says it is). Attached screenshot…
Illidan
  • 4,047
  • 3
  • 39
  • 49
0
votes
0 answers

Apple Mach-O linker Error relating to ShareKit

Thank you for reading this. I am trying to rebuild/reskin an iOS app. I just started at this job and everyone who originally worked on it is gone so I am a little stuck on this error I am getting. Undefined symbols for architecture i386: …
OThatSean
  • 31
  • 4
0
votes
2 answers

Facebook post using ShareKit working only for Facebook ID of created App

I am using ShareKit for sharing a post with a message & URL on Facebook. The code snippets using which the code works is as below NSURL *url = [NSURL URLWithString:stringurl]; SHKItem *item = [SHKItem URL:url title:stringtitle…
Rahul Kahale
  • 519
  • 6
  • 19
0
votes
1 answer

Can not share image via share kit

I am new in iPhone and I want to share text and image using share kit. I request to provide link or complete tutorial for share kit. I am using below to share to share. SHKItem *item = [SHKItem image:imageView.image title:@"San…
0
votes
1 answer

share kit two result variables; both claim instance variable in .m file

My question pertains to share kit's code. Sharekit was created a while back and i guess they can't keep up with bugs or something. i haven't gotten it working yet but i think it would be a great thing if it worked as anticipated. I'm just going…
Katushai
  • 1,510
  • 2
  • 14
  • 27
0
votes
1 answer

Is there any share kit for ios

Do you know about any sharing kit specified for such sport apps, like Runkeeper, Mapmyfitness, Strava, Nike+, Training peaks..? I know about huge library, ShareKit 2.0, but there is nothing I am interested in.
Aleksey Potapov
  • 3,683
  • 5
  • 42
  • 65
0
votes
1 answer

Google Analytics and ShareKit

I've been trying to integrate Sharekit to a project that already has google analytics. I followed the installation guide on the sharekit git wiki which told me to include the 'other linker flags' "-ObjC" and "-all_load" However when I try…
Biggs
  • 267
  • 3
  • 9
0
votes
1 answer

Sharekit remove unused services

I'm using Sharekit inside my app, the whole app is about 3 mb, but when i added Sharekit its weight is increased till 10Mb. Is there any way to remove unused services from Sharekit lib, since i'm using only 2 services from it.
taffarel
  • 4,015
  • 4
  • 33
  • 61
0
votes
2 answers

Duplicate symbol for armv7s Sharekit and admob

I have application which is using Sharekit and Admob together, app is not compiling because of the dublicate symbols. The problem is that Sharekit requires -all_load flag but this flag is conflicting with admob plugin, but i cant remove the all_load…
taffarel
  • 4,015
  • 4
  • 33
  • 61
0
votes
2 answers

Invalid/Expired token Error Twitter Sharekit iOS

I just started getting this error when trying to share via twitter in sharekit. Everything was working fine some days back. Tried to recreate tokens, consumer key, secret key but with no success. Tried adding a new app from scartch in twitter but…
Assassin
  • 215
  • 1
  • 4
  • 13
0
votes
1 answer

ShareKit PocketAPI.m not found

I have downloaded ShareKit project from https://github.com/ShareKit/ShareKit into a separate "ios_distr" folder I have followed the instruction documented here https://github.com/ShareKit/ShareKit/wiki/Installing-sharekit to add ShareKit into my…
InterestedDev
  • 578
  • 7
  • 22
0
votes
1 answer

HOW TO CONFIG SHARE KIT FOR FACEBOOK IOS?

I Don't understand how to configure facebook in share kit, i was checking this http://getsharekit.com/install and i've read SHKConfig.h and do the same as it was mentioned but still not working #define SHKFacebookUseSessionProxy NO #define…
zeeshan shaikh
  • 819
  • 3
  • 18
  • 33