0

In my project, I always use SLComposeViewController to share contents with third-party apps, but now, when I update my iPhone to iOS 13 GM, this no longer works.

The SLComposeViewControllerCompletionHandler always callback SLComposeViewControllerResultCancelled.

Why is this?

Kosuke Ogawa
  • 7,383
  • 3
  • 31
  • 52

1 Answers1

2

SLComposeViewController has been deprecated since iOS 11. You can either use Social Media's SDK or UIActivityViewController.

Please see this answer

JohnG
  • 75
  • 10