Unity-Android-Bluetooth-Low-Energy icon indicating copy to clipboard operation
Unity-Android-Bluetooth-Low-Energy copied to clipboard

Permission missing

Open lucasmontec-fortis opened this issue 1 year ago • 1 comments

Hey! I was testing the implementation and it seems that the provided manifest is missing the bluetooth scan permission:

2024/02/25 20:08:31.653 25093 25117 Error Unity AndroidJavaException: java.lang.SecurityException: Need android.permission.BLUETOOTH_SCAN permission for AttributionSource { uid = 10867, packageName = com.sawce.catbotcontroller, attributionTag = null, token = android.os.BinderProxy@cb6860c, next = null }: GattService registerScanner

lucasmontec-fortis avatar Feb 25 '24 23:02 lucasmontec-fortis

Good call, I'll add it to the manifest.

Velorexe avatar Feb 28 '24 08:02 Velorexe