Hello All,
This is my first time with MAC development and so with Apple Sandboxing. I want to distribute my App through Mac App Store which mandatory requires all the Apps to be sandboxed. Now, I have read about App Sandboxing,saw video regarding it on Apple's Developer Website but still I have some doubts, they are as follows:-
-My App needs access to user's folders and it uses WebView too, so those respective entitlements will be added in the entitlement.plist, but Is it all? Do I need to make any changes programmatically in my code? I read about NSHomeDirectory function,Powerbox etc, how to use them in the code and where should I write it?(Sorry if it sounds like a very naive question but its my first time and I am really confused!)
Any help would be highly appreciated..Thanks a ton in advance!