Apps made through .net maui don't work with local networks. I'm using the .net 8 framework, and I followed the app to the ios system through .net Maui after connecting it to the computer through a data cable. When I open the app, I get a request to access the local network and I agree to it. But still my app is not accessible. I have asserted it correctly inside info.plist. How can I fix this issue
Apps made through .net maui don't work with local networks.
You should check with the support resources provided by the 3rd party to get assistance with their software. I believe Maui has their own support forums at Microsoft?
Unless another developer in the forums has experience with the third-party and can provide assistance.
Albert Pascual Worldwide Developer Relations.
What Albert said plus…
We have a doc that explains local network privacy in general: TN3179 Understanding local network privacy. However, that assumes you’re calling our APIs directly. It’s hard for us to help when you’re calling them through an abstraction layer like this.
If you can work out what Apple API you’re using, we’d be glad to help with that.
Oh, one last thing. If your app relies on broadcasts or multicasts, see the various posts linked to from Extra-ordinary Networking.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"