I am trying to make a cross platform app : Qt C++ .
I can visualize qDebug() for Android and all informations, functions running...
But nothing on iOS, I don't understand why ?
And the app crash when it's connecting, Do I need such permissions to access Bluetooth on iOS ?
Thnks