Thanks @eskimo
Yes, I use sudo to launch process BB for testing. From you provided execution context, I know it can not work. As My understanding, It should post notification between launch daemon and launch daemon, or GUI application and GUI application. except when it need post notification from daemon to GUI application, it need to use NSDistributedNotificationPostToAllSessions option.
Post
Replies
Boosts
Views
Activity
Actually, I have set identityData with p12 format certificate data.After I done some more testing on macOS. Below are some strange test result,#1. when I only set identityData (pass p12 format certificate data ) and identityDataPassword, Client can connected to server.#2. If I do not set identityData and identityDataPassword, just use SecPKCS12Import to import p12 certificate data and return the reference to identityReference, Client can also connect to server.From document, identityData property will be ignored for NEVPNProtocolIKEv2 , we should use identityReference, but my testing result is opposite. Please kindly check this. Thanks.