Nicholai Hsu
Nicholai Hsu
We are experiencing the same issue when using the ```messaging.send(msg)``` with no Notification.title. We would still receive messages for Android and Web, but not iOS. As a workaround we now...
@pamafe1976 We didn't test messaging.send() with notification.title. We already had MulticastMessage working in our app, so we just changed our server functions to only use MulticastMessage and that worked so...
It seems to be related to the camera systems. As a workaround for us, we prioritize the .builtInTripleCamera system like this: darwin/mobile_scanner/Sources/mobile_scanner/MobileScannerPlugin.swift ``` if #available(iOS 13.0, *) { device =...