Search code examples
iosfacebooksharekit

Facebook sharing with sharekit does not link to my app


I'm using ShareKit to share with Facebook and twitter, I just noticed it doesn't link to my app anymore, I don't know if this is due to a sharekit or iOS update, but now it just says via iOS, and links to iOs' page (apple.com/ios):

Sample

So before it used to say via "AppName" now it doesn't. I've overridden the following methods (with correct values):

-(NSString*)appName {
    return @"appName";
}
-(NSString*)appURL {
    return @"http://itunes.apple.com/us/app/....";
}

Still the post says via iOS. The only difference I've noticed is that before, a "web" dialog appeared, and now it's the iOS dialog:

iOS

How can I make it say my app's name and link?


Solution

  • I ended up removing ShareKit (fattens the binary) and using the Facebook SDK