Hi there,
we developed a simple feature which shares a URL path of recorded video from iPhone via UIActivityViewController
Everything did well until iOS 13.6 come.
Last week, we tested again the app and saw that we can not share via Instagram from our app at device run iOS 13.6, only Instagram sharing got this problem.
Please support us to solve this problem!
we developed a simple feature which shares a URL path of recorded video from iPhone via UIActivityViewController
Code Block let activityViewController = UIActivityViewController( activityItems: [url], applicationActivities: nil) activityViewController.popoverPresentationController?.sourceView = viewController.view viewController.present(activityViewController, animated: true, completion: nil)
Everything did well until iOS 13.6 come.
Last week, we tested again the app and saw that we can not share via Instagram from our app at device run iOS 13.6, only Instagram sharing got this problem.
Please support us to solve this problem!