Search found 1 match

by abhi165
2024年 Jun 15日 15:27
Forum: iOS & Android Development
Topic: Need Help with Unlocking Smart Lock Device via BLE in iOS App
Replies: 1
Views: 1459

Need Help with Unlocking Smart Lock Device via BLE in iOS App

Hi everyone, I have a smart lock device with the device ID d7446bvfiszjytea . I’m trying to add functionality in my iOS app to connect and unlock this device. Below is my current implementation: class ConnectionManager: NSObject, ThingSmartBLEManagerDelegate { var siteID = Int64() func start() { if ...