Closed qliqdev closed 7 months ago
can it be fixed with code below?
@objc public func handleWillResignActiveNotification() {
guard self.isEnabled, !self.privacyViewController.isBeingPresented else {
return
}
DispatchQueue.main.async {
self.plugin.bridge?.viewController?.present(self.privacyViewController, animated: false, completion: nil)
}
}
Does the problem still exist with the latest version?
It looks like there hasn't been a reply in 30 days, so I'm closing this issue.
Plugin version: 4.2.1
Platform(s): iOS
Current behavior:
App crashes
Expected behavior:
Steps to reproduce:
Seeing this crash log in crashlytics
Related code:
Other information:
Device Model:iPhone 14 Pro Operating System Version:17.0.3
Capacitor doctor: