Generell läuft alles auf iOS. Nur bei BLE habe ich jetzt Probleme vom User die Permissions zu bekommen, da keine Abfrage angezeigt wird.
Alles an Permissions in den Beispielprojekten ist Android-spezifisch und kann für iOS nicht verwendet werden.
Auf iOS läuft das über info.plist , jedoch klappt das bei mir noch nicht.
EDIT
Jetzt klappt es!
Folgende Keys in info.plist
<key>NSBluetoothPeripheralUsageDescription</key>
<string>The app needs bluetooth
access to be able to process data from a HR device</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>The app needs bluetooth
access to be able to process data from a HR device</string>