Skip to main content

ProGlove Documentation

Grant the necessary Bluetooth permissions

Add the configuration to the Info.plist file as below:

  1. Add a row with the key NSBluetoothAlwaysUsageDescription. (To learn more, click here.)

  2. Add a description of what you will use Bluetooth for (e.g. Bluetooth required in order to connect to a scanner.)

  3. To enable the background mode, add a row with the key UIBackgroundModes. (To learn more, click here.)

  4. Add bluetooth-central as a value for the first item in the UIBackgroundModes array.

    BTpermission.png

Note

Information listed above is only used for Wi-Fi information data that is being sent to INSIGHT. For

Accessing Wi-Fi data requires a few more things to be added to the application level.

  1. Capability for Wi-Fi Access on both Debug and Release configurations.

    1. or it can also be done in the Entitlements files

      <key>com.apple.developer.networking.wifi-info</key><true/>
  2. Privacy Location access

    WiFiInformationSnippet_iOS.png