We’ve been dealing with local network permission issues on macOS 15. Although 15.1 brought some improvement, users are now reporting similar problems again on 15.2.
Our setup:
-
A “launcher” app (installed from a web package, not sandboxed) uses NSTask to launch our main macOS app.
-
This macOS app connects to an iOS app via the local network.
-
We expect a local network permission prompt to appear when the new app launches, but for many users, it never does.
-
In cases where it worked on an earlier macOS version, there’s no entry in System Settings > Privacy & Security > Local Network, so they can’t toggle anything.
-
Oddly, if we run the macOS app directly in 15.2, local network access works, yet the privacy entry is still sometimes missing.
We haven’t found a clear way to troubleshoot this within the current API. Has anyone experienced a similar issue, or have suggestions on how to debug and resolve this? Thanks in advance!
Have you read TN3179 Understanding local network privacy yet? If not, do that now and then get back to us with your follow-up questions.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"