Mallika_P 0 Newbie Poster

Hi.,

I'm developing app for ipad, which having sharing images. So i had used Addthis sdk, but the shared images contains jpg image type only. I want png mime type while sharing via mail, twitter and facebook.

[AddThisSDK shareImage:[UIImage imageWithData:data] withService:@"twitter" title:@"Test Image" description:@"Testing with attached image"];

Anybody help?