-2

In the iOS Settings app, my app has a list of permissions it needs. It also has one that it doesn't - Local Network.

I disabled that and it runs fine, so I know it really doesn't need it (besides the fact that I never use it).

So how did iOS get the idea that my app needs it?

(The app is built with Xamarin.iOS if that makes a difference.)

ispiro
  • 26,556
  • 38
  • 136
  • 291
  • I guess, Xamarin creates a local server maybe? – dasdom Apr 13 '21 at 19:02
  • some people others met the similar problem, maybe can make some helps: https://stackoverflow.com/questions/64119644/xamarin-ios-app-asking-local-network-permission-in-ios-14-0 – Steven-MSFT Apr 14 '21 at 10:07

2 Answers2

1

With no related change to the project, that disappeared.

I assume it was something in Xamarin.iOS and was removed with some update.

So if you're facing the same issue, perhaps the latest update might help you.

ispiro
  • 26,556
  • 38
  • 136
  • 291
0

Assuming that you know your code and that there is nothing relevant there, then you have used some package that causes this. There is no third possibility.

Ivan Ičin
  • 9,672
  • 5
  • 36
  • 57