ConnectSDK / Connect-SDK-iOS

iOS source project for Connect SDK
Apache License 2.0
175 stars 137 forks source link

devices in device picker dosen't appear quickly it take alot of time to appear #250

Open salah-mohammed opened 1 year ago

salah-mohammed commented 1 year ago

SSDPSocketListener handler take alot of time when try to add com.apple.developer.networking.multicast airplay(play and pause button) not work I let device picker list opend for 15 minutes approximately to appear devices. IMG_4130

quanlv9695 commented 1 year ago

We got the same error, Is it only iOS 16 devices?

nicolasanteojos commented 1 year ago

Same problem, can anyone solve it?

hoang143 commented 1 year ago

can anyone solve problem, please help me

nicolasanteojos commented 1 year ago

can anyone solve problem, please help me

We didn't move forward, but as far I understand this problem is iOS 16+, you need to add the entitlement: "com.apple.developer.networking.multicast" It have to be asked directly to Apple Support

chuRealOff commented 6 months ago

stumbled against the same issue. Any available solutions?

khanh0209ptit commented 5 months ago

ai có thể giải quyết được vấn đề xin hãy giúp tôi

Have you been able to fix this problem yet? Please advise

sivaprasadkv commented 2 months ago

Yes, This issue has been resolved by enabling "Multicast Networking" (com.apple.developer.networking.multicast). Request Apple to enable this advanced capability in your developer account for a particular Apple identifier. Provide proper justification on using this capability in your app.

URL to make a request is: https://developer.apple.com/contact/request/networking-multicast

Ones Apple approved, enable this capability to app's bundle identifier in your developer certificates account. After this, add "com.apple.developer.networking.multicast" = YES in your entitlement file in your project.

After all this, your app discovers all the devices immediately. Happy Coding! :)