255kb / cordova-plugin-bluetooth-status

Cordova bluetooth information plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Question] - Do we have to enable a settings in the iOS App ID Settings

fpoirier1 opened this issue · comments

Is there anything we need to activate (see image below) so my app can access the Bluetooth of the device?

screen shot 2015-09-02 at 11 08 07 am

There is nothing to add in the Xcode project.
In iOS permission will be asked to the user through a popup at the time you check the bluetooth state (as for any other iOS permission).
For Android, the plugin automatically adds the needed permissions (android.permission.BLUETOOTH and android.permission.BLUETOOTH_ADMIN).

Merci !

pas de problème ;)