I am developing an application where I have to share photo and text to Facebook and FBMessenger, for this I am using FBSDKShareKit Framework. It is not possible to share text and photo at a time, so I copied text to UIPasteboard and want to paste it in Facebook application or FBMessenger Application. But the text is not copied when I share Photo, But for link sharing UIPasteboard is working.
Is there any workaround to solve this problem.
Thanks in advance....