jordanebelanger / SwiftyBluetooth

Closures based APIs for CoreBluetooth
MIT License
209 stars 66 forks source link

Discovering Services doesn’t work as of iOS 15.4 Beta #53

Closed VladislavSmolyanoy closed 2 years ago

VladislavSmolyanoy commented 2 years ago

Discovering Services via .discoverServices doesn’t work anymore. Closure always results in failure. Code is valid. (Even created a separate app to test this issue using THE SAME example code from readme)

Weird bug. Please fix (Can’t get back to using the default core bluetooth implementation after having used this blessing of a package)

jordanebelanger commented 2 years ago

Re-open once ios 15.4 is out of beta if it still happens...

Also try scanning and discovering services with a different phone/test devices and see if it also happens there.