ConnectSDK/Connect-SDK-iOS-API-Sampler

The webOS smart TV is not discovered.

Closed this issue ยท 8 comments

It is discovered in simulator, but it is not discovered in iphone.
Do you need any other settings?

Add multicast permission in info.plist, your issue will be solved

Add multicast permission in info.plist, your issue will be solved

I added com.apple.developer.networking.multicast true to my info.plist but it doesn't work
I tried to add Multicast Networking Additional Capability in apple dev console but I cant find it in my identifiers.

Hi @chabelets

Please request apple to enable Multicasting using this link,

https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_networking_multicast

Click Multicast Networking Entitlement Request
and give reason for enable and wait for few days, apple will allowed to enable multicasting from developer accpount

Thanks.

@HyconLogan Let me know once you done with connect and pair device.

Thanks

Hi @chabelets

Please request apple to enable Multicasting using this link,

https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_networking_multicast

Click Multicast Networking Entitlement Request and give reason for enable and wait for few days, apple will allowed to enable multicasting from developer accpount

Thanks Harshad it works, I see my LG device but I don't have any pairing code on my TV

discoveryManager = DiscoveryManager.shared()
discoveryManager.pairingLevel = DeviceServicePairingLevelOn
discoveryManager.registerDefaultServices()
discoveryManager.delegate = self

@chabelets i have same problem for pairing code. Let me know if you have any solutions for pairing code