Closed Steve0212a closed 1 year ago
OK - I found the issue - hope this helps with others with IOS issues. You have to request a special entitlement from Apple for multicast. This took about a week for us. Hope it helps
https://developer.apple.com/documentation/bundleresources/entitlements/com_apple_developer_networking_multicast https://developer.apple.com/forums/thread/663271
I am using RSSDP for a .Net Maui project (I have used it in the past for Windows too). It is working perfectly in Android, but it is not working in IOS (iPhone 13 Pro, v16.5.1 (c)).
Here is the code I am executing:
iOS prompts me for the network access permission which I accept. I know the permission access s is working because other calls in the app are working (REST API calls to a host on the local subnet). However, I get this exception immediately.
Any help would be appreciated.
Thanks