All Questions
4 questions
0
votes
1
answer
190
views
Smart TV Device Not Showing Pairing Code iOS
self.connectedDevice = obj
self.connectedDevice?.delegate = self
self.connectedDevice?.setPairingType(DeviceServicePairingTypeMixed)
self.connectedDevice?.connect()
Pairing Code Screen Not Shown ...
2
votes
0
answers
895
views
iOS Websocket Connection to LG Smart TV with Starscream
I'm using Swift to connect an iOS app to a LG Smart TV (both on the same wifi network) via websockets and each time the connection gets a success message and then gets disconnected in less than a ...
1
vote
0
answers
869
views
In existing iOS app i need to integrate screen casting feature to all Smart TV
I have video streaming App so, In existing iOS app i need to integrate screen casting feature to all Smart TV and devices like Chromecast, Roku, Amazon Fire TV, XBOX, Samsung TV, Vizio TV, Sony TV, LG ...
0
votes
0
answers
1k
views
Connect to Devices on same wifi network IOS
i am going to create application which will connect to smart TVs on same wifi network.
Here is link to reference app which i want to create.
Apple provide following services to connect to devices:
...