i am trying to Enable Buletooth for the Application, but in iOS platform there is no possible way to enable bluetooth from the Unity App. so i am trying to open iPhone Settings and then enable bluetooth manually, is there a way to open iPhone Settings from the Unity App
I tried the following code with no Luck
Application.OpenURL("app-settings:root=General&path=Bluetooth");