Trying to get the orientation of the device in my iMessage app.
I'm checking UIDevice.current.orientation in:
viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator)
but the orientation always reports unknown.
I've tried subscribing for orientation notifications via:
beginGeneratingDeviceOrientationNotifications()
but, the notifications also never get sent.
I've submitted bug report:
27713359