I am trying to share sticker image to fb messenger. But it keep adding white background colour on the image.Here is my code.
FBSDKMessengerShareOptions *options = [[FBSDKMessengerShareOptions alloc] init];
options.renderAsSticker = YES;
[FBSDKMessengerSharer shareImage:shareImage withOptions:options];
Please help me to fix the issue, Thanks in advance