We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00caf93 commit 5154fe5Copy full SHA for 5154fe5
Info.plist
@@ -36,7 +36,9 @@
36
<key>UIRequiresFullScreen</key>
37
<false/>
38
<key>NSBluetoothAlwaysUsageDescription</key>
39
- <string>We use Bluetooth LE to connect data logger</string>
+ <string>We use Bluetooth LE to connect data logger device</string>
40
+ <key>NSLocalNetworkUsageDescription</key>
41
+ <string>We use local network to send UDP packets</string>
42
<key>AppleMagnifiedMode</key>
43
44
</dict>
0 commit comments