dose NEPacketTunnelProvider handleAppMessage data limit?

override func handleAppMessage(messageData: NSData, completionHandler: ((NSData?) -> Void)?)


I found When main app send message to provider extension , return nil

system log:

Feb 15 11:17:28 haruha nesessionmanager[238] <Error>: NESMVPNSession[Surfing:1E17C6C0-DCC9-459D-92C7-07F0CBF3BF20]: process 7229 is not entitled to establish IPC with plugins of type com.xx.xx

Replies

What platform are you working on?

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

iOS platform,I want transfer some data between container and extension

It looks like you have entitlement issues here. For hints as to how to debug that, see Debugging Entitlement Issues.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"

I met the same problem. Can you tell me how to solve it now? Thank you