Skip to content
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

Open
Mark-Aerobat opened this issue Mar 9, 2022 · 12 comments
Open

[BUG] UDP Broadcast not working in IOS app #288

Mark-Aerobat opened this issue Mar 9, 2022 · 12 comments
Assignees
Labels

Comments

@Mark-Aerobat
Copy link

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

1 - Windows UDP Broadcast Works

2 - IOS UDP Unicast Works

3 - IOS UDP Broadcast not working

@Mark-Aerobat Mark-Aerobat changed the title Broadcast not working [BUG] Broadcast not working Mar 9, 2022
@Mark-Aerobat Mark-Aerobat changed the title [BUG] Broadcast not working [BUG] Broadcast not working in IOS app Mar 9, 2022
@Mark-Aerobat Mark-Aerobat changed the title [BUG] Broadcast not working in IOS app [BUG] UDP Broadcast not working in IOS app Mar 9, 2022
@dannagle
Copy link
Owner

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.

@dannagle dannagle self-assigned this Mar 10, 2022
@dannagle dannagle added the bug label Mar 10, 2022
@Mark-Aerobat
Copy link
Author

Thanks for looking into it.

@Mark-Aerobat
Copy link
Author

Any progress on this issue? Were you able to request the correct special permission from Apple?

@dannagle
Copy link
Owner

dannagle commented May 7, 2022

This fell off my radar. I've been putting out so many bigger fires. I'll put this higher on my list.

@dannagle
Copy link
Owner

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.

@Mark-Aerobat
Copy link
Author

Thanks for following up and for requesting the entitlement. It will be a useful feature.

@Mark-Aerobat
Copy link
Author

Any news from Apple concerning your entitlement for UDP broadcast?

@dannagle
Copy link
Owner

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.

@Mark-Aerobat
Copy link
Author

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.

@Mark-Aerobat
Copy link
Author

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.

@dannagle
Copy link
Owner

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.

@Mark-Aerobat
Copy link
Author

I understand. Thanks for letting me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants