regarding the Bluetooth permission issue in iOS 18
Unsolved
Mobile and Embedded
-
I compiled an iOS program using Qt 6.72 and found that on iOS 18, there are no pop-up prompts for requesting Bluetooth and camera permissions. Xcode shows the message: 'Use of Bluetooth LE requires explicitly requested permissions.' It worked fine on iOS 16. I have already confirmed that the relevant entries such as Privacy - Bluetooth Peripheral Usage Description, Privacy - Bluetooth Always Usage Description, and Privacy - Camera Usage Description have been added to the plist file. Has anyone encountered this issue or knows of a solution?