The settings for Facebook , Twitter and other applications have been deleted in the Settings application.
Now applications will be processed like other applications using iOS sharing extensions
let share = [image, text, url] let activityViewController = UIActivityViewController(activityItems: share, applicationActivities: nil) activityViewController.popoverPresentationController?.sourceView = self.view self.present(activityViewController, animated: true, completion: nil)
You can also use a third-party SDK for individual sharing.
Facebook Sharing Doc
Twitter Sharing Doc
Harshal valanda
source share