Post

Replies

Boosts

Views

Activity

Comment on iOS 16 UDP Broadcast
You do have the entitlement? If so, it should still work on iOS 16. The simulator uses the macOS network infrastructure which ­– thankfully ­– does not implement that (censored) broadcast restriction, so it's not surprising that it works there.
Sep ’22
Comment on Set static IP address
I‘m not the original poster, but I have the same need. Background here: I‘m talking to a car‘s central ECU gateway via (wired) ethernet. This device picks a random IP un the 169.254.x.x network. I learn about its IP by sending a UDP broadcast to said network. Now I do not want to burden the user with configuring his wired ethernet on the iPhone to this very address and netmask, so I‘d like to do it programmatically. Is there any way these days?
Mar ’22
Comment on Apple Watch can't always reconnect
Which WiFi? Of the computer or the watch?
Replies
Boosts
Views
Activity
Feb ’25
Comment on Background Transfer Service and Client Certificates
@eskimo for deployment: Would you happen to know the minimum iOS version we can rely on this behavior being fixed?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’24
Comment on iOS 11 L2CAP throughput test
It looks like only a handful of PSM ids are allowed. Try 129, for a start.
Replies
Boosts
Views
Activity
Apr ’23
Comment on How to use network sockets with async/await?
I assume a copy‘n‘paste error here.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on iOS 16 UDP Broadcast
Only by requesting (and then code signing) with the said entitlement. I'm waiting for mine since 5 days now.
Replies
Boosts
Views
Activity
Sep ’22
Comment on iOS 16 UDP Broadcast
You do have the entitlement? If so, it should still work on iOS 16. The simulator uses the macOS network infrastructure which ­– thankfully ­– does not implement that (censored) broadcast restriction, so it's not surprising that it works there.
Replies
Boosts
Views
Activity
Sep ’22
Comment on Force NSURLSession only over cellular network
And let me note here that I have to use URLSession, I'm not feeling like implementing my own URLSession using NWNetwork…
Replies
Boosts
Views
Activity
Jun ’22
Comment on Set static IP address
I‘m not the original poster, but I have the same need. Background here: I‘m talking to a car‘s central ECU gateway via (wired) ethernet. This device picks a random IP un the 169.254.x.x network. I learn about its IP by sending a UDP broadcast to said network. Now I do not want to burden the user with configuring his wired ethernet on the iPhone to this very address and netmask, so I‘d like to do it programmatically. Is there any way these days?
Replies
Boosts
Views
Activity
Mar ’22
Comment on Dispatch Source deallocated
This link no longer works after the recent, uhm, forum "improvements" cough. I'm stumbling over a similar problem… could you please advise?
Replies
Boosts
Views
Activity
Sep ’21