Hi Pawan Shakya,
Greetings from Syncfusion.
Query : Does SFChart / SFGauge internally refer to some bluetooth communication as after integrating this I am facing issue while uploading build to test flight faced.
We have validated your query and we would like to let you know we did not used any Bluetooth related properties in our source. We suspect that this problem may arise as a result of the thirty party controls in your application.
Our Suggestion:
You must provide permission to access or share files in info.plist for iOS 11 and above version.
Please follow below steps to enable the access to files using Bluetooth library:
Open info.plist file.
info.plist have three tabs at bottom. Click to Source tab.
Add new entry as Privacy – Bluetooth Peripheral Usage Description.
Add the Value as This app would like to access bluetooth to be able to share files. (Refer screenshot below)
Each of the privacy keys map to specific values that are set in the Info.plist. Opening it in a text editor, we’ll see the following:
Info.plist
<key>NSBluetoothPeripheralUsageDescription</key>
<string> This app would like to access bluetooth to be able to share files </string>
|
Please let us know if need any further assistance on this.
Thanks,
Lavanya A.