iOS SDK
Device Management
Bind

Device Binding

Initiate Binding

let data = await device.bind(alias: "", remark: "")
if (data.success) {
 
}