-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot discover Samsung SmartTV #257
Comments
I had same issue |
any one solve this issue |
Hi @MuhammadAsad786 @tuanvucourse @volodymyr-koff I need one help, i am working on ConnectSDK iOS Configuration for TV Remote, i am setup sdk and give permission for local network and other and Try to find smart TV devices usinf DiscoveryManager class but not find any device,
func discoveryManager(_ manager: DiscoveryManager!, didFind device: ConnectableDevice!) { func discoveryManager(_ manager: DiscoveryManager!, didLose device: ConnectableDevice!) { |
Add multicast permission in info.plist, your issue will be solved |
@MuhammadAsad786 Thank you so much for help it's resolved now and i am able to find devices.. Thank you so much for your help and your valuable time |
Hi @MuhammadAsad786 i need one small help from your side.. My device listing is done but when i am connected to device using Connect() method but i need to send pairing code to Connected Device.. Have you any idea about that? |
how can add multicast permission sir? |
Hey everyone. I am trying to conduct devices search on my physical device, but there are only apple devices found in the network, such as my two MacBoks. My Samsung SmartTV can never be found during discovery. com.apple.developer.networking.multicast entitlement is enabled. Any ideas how to solve it? Thanks a lot in advance
The text was updated successfully, but these errors were encountered: