Hi,
after updating to iOS 18 beta 6, I’ve been experiencing unexpected behavior with CoreBluetooth when trying to discover primary services and characteristics of Bluetooth devices. This issue wasn’t present in previous iOS versions, such as iOS 17, where the same code and setup worked flawlessly.
Issue Details:
- iOS 17: The primary services and characteristics are discovered without any issues.
- iOS 18 Beta 6: Primary services and characteristics are not being discovered at all, leading to incomplete or failed Bluetooth communication.
Troubleshooting Steps Taken:
- Verified Bluetooth permissions and settings in the app.
- Tested the same codebase on devices running iOS 17 and iOS 18 beta 6.
- Used nRF Connect to compare service
Has anyone else experienced this issue?
discovery results between different iOS versions.