-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
[BUG] UDP Broadcast not working in IOS app #288
Comments
I dug into this a bit. It seems Apple blocks broadcast and multicast. However, there may be a way if I can have the app request the correct special permission. |
Thanks for looking into it. |
Any progress on this issue? Were you able to request the correct special permission from Apple? |
This fell off my radar. I've been putting out so many bigger fires. I'll put this higher on my list. |
Just an FYI... I've requested the entitlement for my app from Apple. Apparently, this feature requires a special request which is why I have been having trouble getting it to work. |
Thanks for following up and for requesting the entitlement. It will be a useful feature. |
Any news from Apple concerning your entitlement for UDP broadcast? |
Yes, it got approved last week. I am preparing for a conference next week, and then I can add the fix to the app. Thanks for asking. I am marking this thread unread in my inbox. |
When you have a chance can you update the app to include UDP broadcast. It would be a good feature to have for my current project. Thanks. |
Hope that all is well. Are you still planning to add the UDP broadcast feature to the iOS app? It would be a great feature to have in the app and it would also be very useful for my current project. Let me know what your plans are. |
I am sorry. You have been super patient. After a lot of thought, I decided to remove the app from sale until I actually have the time and budget to support it properly. I keep waiting for my schedule to ease, and it simply never does. Beyond just broadcast/multicast support, the app needs a lot of work to reach better feature parity with the desktop. The Android version was removed too. |
I understand. Thanks for letting me know. |
What OS?
iPhone and iPad IOS 15.3.1
Description of issue
UDP broadcast using IOS app does not work. Only unicast works.
UPD broadcast to the same address works in the Windows program
The text was updated successfully, but these errors were encountered: