osx - Print Dialog Extension - Connecting to Network when running the PDE on a sandboxed app -


i creating print dialog extension (pde) mac osx. in pde, need connect network authentication.

however, due sandboxing, when tried pde in textedit, cannot connect ldap. console, says sandboxd denied network-outbound textedit. apparently, sandboxed textedit not allow network connections.

i ask, best way fix this?
how can enable network connection in pde, if app runs on not allow it?
can extend sandbox profile of app using pde (to add network connection entitlements)?

any or tips appreciated.

edit: currently, looking @ xpc services. right now, xpc seems not work, maybe because pde plugin runs on top of app, e.g. textedit, , xpc service not within main app's bundle.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -