objective c - How to ensure that only one particular Cocoa App will invoke another Cocoa app using App Sandboxing -
objective c - How to ensure that only one particular Cocoa App will invoke another Cocoa app using App Sandboxing -
my 1 cocoa app, x, launch cocoa app y , talk through socket connection. using asynch socket (https://github.com/robbiehanson/cocoaasyncsocket) library communicate between 2 app. here app x, search service name of app y , communicate together.
i want ensure, app-x communicate app-y , someway, if other app service name not able communicate y.
so there thought accomplish same. don't want utilize ssl/tls mechanism supported library (starttls method).
i have come know app sandbox provided os x can helpful so. not sure add together in entitlement plist accomplish purpose.
any idea/solution ?
objective-c osx cocoa sandbox
Comments
Post a Comment