The ble_current_time_service.py and ble_device_info_service.py no longer work on iOS. They work on iOS 17.x.x, but not on iOS 26.x.x, and probably stopped working quite a bit earlier.
Apple favors AccessorySetupKit since iOS 18, which tasks apps, not iOS itself, with dealing with advertising devices, etc.
These examples never worked on Android, because it does not provide these services.
The
ble_current_time_service.pyandble_device_info_service.pyno longer work on iOS. They work on iOS 17.x.x, but not on iOS 26.x.x, and probably stopped working quite a bit earlier.Apple favors AccessorySetupKit since iOS 18, which tasks apps, not iOS itself, with dealing with advertising devices, etc.
These examples never worked on Android, because it does not provide these services.