0

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:

  1. NEHotspotHelper
  2. Wireless Accessory Configuration (WAC)
  3. Peer-to-peer(Only for apple-apple)
  4. NEHotspotConfiguration

Which one should i need to use and also any reference if you can provide. I want to share picture and video on TVs as above reference app does.

i Tried EAWiFiUnconfiguredAccessoryBrowser but this only shows homekit devices. i want to connect all TVs that support wifi. I have gone through many links but could not find what i want. I just want to know on which SDK/library should i work?

Raptor
  • 53,206
  • 45
  • 230
  • 366
Zain
  • 153
  • 9
  • 2
    You can probably connect to DLNA-supported SmartTV. Check out the DLNA tag above for similar questions. – Raptor May 07 '20 at 10:07
  • 2
    A TV might support DLNA, chromecast, miracast and probably loads of proprietary protocols. Connecting to "all TVs that support wifi" does not make sense. – Jussi Kukkonen May 07 '20 at 10:30
  • @JussiKukkonen the reference application connects to all brands(type)TVs on same wifi network.(To all means every brand. it connects to one TV at a time) – Zain May 07 '20 at 10:39
  • Look, they _say_ their app connects to all TVs but they are lying. In reality they support some specific technologies (at least DLNA/UPnP is mentioned) that are available in some TVs. – Jussi Kukkonen May 07 '20 at 11:41
  • @JussiKukkonen thank you, i have found solution which is DLNA as you mentioned. – Zain May 08 '20 at 08:06

0 Answers0