self.connectedDevice = obj
self.connectedDevice?.delegate = self
self.connectedDevice?.setPairingType(DeviceServicePairingTypeMixed)
self.connectedDevice?.connect()
Pairing Code Screen Not Shown on Connectable Device
How to show pairing code screen to smart TV connectable device? Connect SDK
2
Answers
For showing pairing code screen on smart tv you can use socket in swift instead of using connectSDK. I have implement a full code for it to control smart tv devices with pairing code functionality.
Ok Thank you for Reply,
Now I am using socket from another library i am able to send pairing code to Smart TV, then we connect device using below code?
or any other code for pairing?