Maybe it is a rare question but sandboxing is affecting my app functionality. By activating the sandbox and signing the .entitlement, i am able to distribute it in the Mac Store however when i check if the app works correctly (executing), it does not let me (any user) browse inside the computer (from the app) to get, for example, a picture's link which will be later used. The rest of the app works correctly.
I have tried with many of the Entitlement keys that are suggested but nothing changes.
I have to point out that i am using Unity3d engine with Monodevelop.
Does anyone know how to sandbox but without affecting the browsing functionality?
Thanks in advance