I've had a Xamarin Forms application with a binding to a native bluetooth SDK that's been working beautifully on iOS 12.
On iOS 13 the application crashes. I'm assuming this is around the new Bluetooth privacy settings.
But despite initialising an instance of CBCentralManager. I'm not getting the permission prompt.
Also my app in the settings doesn't have an option for bluetooth permissions.
Any guidance would be much appreciated.