don / cordova-plugin-ble-central

Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap)
Apache License 2.0
944 stars 609 forks source link

iOS: Attribute not found message #1035

Open gwhenne opened 2 months ago

gwhenne commented 2 months ago

ble.startNotification shows the message "The attribute could not be found" in the Console.

Although it looks connected and works okay, ble.isConnected fails.

Once the device turns off, the app receives the "Peripheral disconnected" message.

This started happening in 1.4.4 on iOS.

peitschie commented 1 month ago

Hi @gwhenne

Which console are you meaning? Is this the web console, or XCode's debug console? Are you able to post any log snippets so we can see what activities are happening around this?

Thanks!

gwhenne commented 1 month ago

It's on the Safari Remote Console. There are no other messages.

Is it working OK for you?