ConnectSDK / Connect-SDK-iOS

iOS source project for Connect SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"TV CERTIFICATE FAILURE" while Pairing LG

adeeltahir98 opened this issue · comments

I am using the Connect SDK in my project manually. Now whenever I try to connect to LG TV, the connection dialogue appears every time. The TV is not pairing up with my host app. Even when I try to cast some media after enabling connection permission, the dialogue appears again. I've struggling on figuring this for 2 days now. Any suggestion would be much appreciated.

Hi @adeeltahir98 @dhruvnilu are you able to pair iOS and smartTV device, i am able to fetch devices but after connect() method not able to send pair code to smartTV,

self.connectedDevice = obj
self.connectedDevice?.delegate = self
self.connectedDevice?.setPairingType(DeviceServicePairingType(rawValue: DeviceServicePairingTypePinCode.rawValue))
self.connectedDevice?.connect()

can you please help me for pairing iOS to smart TV device.