bluetooth - get eaaccessory macaddress in swift -
i have bt 2.0 device certified.
i can send/recv data bt device eaaccessory input/output stream.
but went device's mac address
there ios9 eaaccessory header
- (id)macaddress;
how can call method ??
this app not need submit apple store.
try value with:
let mac = myaccessory.valueforkey("macaddress") print("mac address is: \(mac)")
Comments
Post a Comment