Hello,
This problem should occur because some NugetPackage
in your project declares Bluetooth permissions or references the iOS native library of CoreBluetooth
.
For this problem, you could resolve this warning by checking the references in the project or declaring this feature directly in the plist file.
<key>NSBluetoothAlwaysUsageDescription</key>
<string>We use Bluetooth to connect to the MantisX hardware device.</string>
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.