We're facing a problem with crash logs.
We get around 40K logs from Google firebase and Appconnect but can not reproduce them, here is the log
Somebody help!
It works well on iOS 14 and below before, only happens on iOS 15.
crash log
Post
Replies
Boosts
Views
Activity
Hi there,
we developed a simple feature which shares a URL path of recorded video from iPhone via UIActivityViewController
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!