NetworkExtension

I am working on a macos application that uses NetworkExtension and works fine in the debug environment. However, when I use the Release package, I am always prompted that my description file does not contain NetworkExtension. I am sure that my description file does contain NetworkExtension. How to solve this problem

Answered by DTS Engineer in 829054022

Are you trying to distribute your app directly, using Developer ID signing. If so, it’s likely you’re hitting the issue discussed in Exporting a Developer ID Network Extension DevForums.

If not, I need more info about what’s actually failing. You wrote:

I am always prompted that my description file does not contain NetworkExtension.

I’ve no idea what you mean by “description file” in this context.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Are you trying to distribute your app directly, using Developer ID signing. If so, it’s likely you’re hitting the issue discussed in Exporting a Developer ID Network Extension DevForums.

If not, I need more info about what’s actually failing. You wrote:

I am always prompted that my description file does not contain NetworkExtension.

I’ve no idea what you mean by “description file” in this context.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

NetworkExtension
 
 
Q