1
vote
1answer
10 views

Sandboxing and security-scoped bookmarks

I'm writing an app which tracks disk usage. For that I let the user select drives (represented as URLs starting with /volume). I save the info using core data. Now I'd like to implement sandboxing and ...
0
votes
0answers
83 views

Cannot launch another application in Mac OS X 10.8 using NSWorkspace launchApplicationAtURL:options:configuration:error

I am launching another app using NSWorkspace launchApplicationAtURL:options:configuration:error. The app is owned by root, has permission: rwx r-x r-x, and owned by root:wheel. The app is also ...
1
vote
0answers
42 views

On non jailbreak iphone,Can I run a binary in my Application bundle directory?

I have an executable binary file in my App folder. I want to use this App to run this code and I have signed the code with my certificate. But I don't know how to launch it. Fork, execvl and ...
1
vote
0answers
72 views

Strange crash when bringing up a window on Sandboxed cocoa app only on OSX 10.8.3

This one is quite weird. I recently upgraded to Mountain Lion on my dev machine and now every time I bring up the main project window of my app it crashes. The strange thing is that it only happens ...
7
votes
1answer
154 views

Send keystrokes to frontmost app from sandboxed cocoa app

I need to send keystrokes to front most app from my cooca app. I already have working code for it by using CGEventCreateKeyboardEvent() and AXUIElementPostKeyboardEvent(), but it only works if app is ...
0
votes
1answer
92 views

What is the entitlement to allow reading of file in a Mac OS X App? (deny file-read-data error)

I am making a Mac OS X App (sandboxed) which reads from an installed config file in /etc/myfolder. When I am trying to read the file using NSFileHandle, I am getting the following error in Console: ...
0
votes
0answers
47 views

Can a Mac OSX Plugin have its own Entitlements? Or extend the Main App's Entitlements?

I need to be able to define new entitlements (e.g. network access, file read) for my Print Dialog Extension (PDE) Plugin in Mac OSX 10.7 and above, where apps are now mostly sandboxed. Is this ...
0
votes
0answers
70 views

Can you run an XPC service inside a plugin? (e.g. a Print Dialog Extension plugin)

I am creating a Print Dialog Extension (PDE) plugin. This plugin is called and displayed when a user Prints from different apps, e.g. TextEdit, Preview, Xcode, etc. Note that the plugin runs on top ...
0
votes
0answers
14 views

Wrong icon for devices under sandbox

When running my app in the sandbox the method iconForFile of NSWorkspace (or GetIconRefFromFileInfo) is returning a wrong (generic folder or generic hard disk) icon for directories (i.e. mountable ...
0
votes
0answers
92 views

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

I am creating a Print Dialog Extension (PDE) for Mac OSX. In that PDE, I need to connect to the network for authentication. However, due to sandboxing, when I tried the PDE in TextEdit, I cannot ...
1
vote
1answer
35 views

Prevention of Cmd+Shift+Q alert emergence in sandboxed application

I block the screen with my own window in my app. and I need to prevent the emergence of this alert wich called by Cmd+Shift+Q system hotkey.
1
vote
1answer
40 views

one project, two versions? (sandboxed and nonsandboxed version)? any easy way to maintain the code?

I have developed a cocoa project and right now it has two versions, both sandboxed and non-sandboxed version. there are some differences between the sandboxed and non-sandboxed version, but the ...
0
votes
1answer
41 views

Why is my application marking a binary as quarantined?

My (sandboxed) OSX application is trying to launch biber (a bibliography tool for LaTeX). However it fails to launch and I get the following message saying that the application has marked biber as ...
0
votes
0answers
55 views

NSFileCoordinator correct usage for sqlite journal file in sandbox Mac App Store app

I have a lot of troubles porting my sqlite code to the App Store due to the way sqlite executes transactions (using wal or journal files). Relevant part from Apple Documentation is: "Your app needs ...
1
vote
0answers
69 views

Apple sandbox: Disable NSDocument's atomic save for Document-scoped bookmarks

I have posted this question on Apple's Developer forum and received no reply after a week, so I am hoping I will have better luck here. I have created a standard document-based application (using ...
0
votes
2answers
60 views

Know if MainApp is launched by HelperApp

I am really stuck here with a simple task, but still cannot get it working. I've managed to implement 'LaunchAtLogin' feature with the HelperApp as described in this article. But my application ...
0
votes
0answers
27 views

How to grab selected HTML from browser and pull into my app

I'd like to create a Cocoa app that is able to grab selected text from a website in a third-party browser (in other words, NOT from an embedded webkit instance running within my own app) and then ...
1
vote
1answer
31 views

Trouble understanding differences in the NSRemoteOpenPanel with sandboxed app

I am currently trying to sandbox my app and I have been running into some strange issues with the NSOpenPanel. I am currently getting the following error when I try to display my NSOpenPanel: Error: ...
1
vote
0answers
97 views

Mac - Sandboxing - Can't Generate Developer Receipt

Building a Cocoa app using Xcode 4.6, OS X 10.8.2. Sandboxing/Entitlements/Code-signing are enabled. (It is an update to an existing app on the Mac App Store. iTunes Connect has been updated with the ...
2
votes
0answers
110 views

Apple Sandbox denying access to public data in low level calls

For some reason the sandbox on Lion is causing my app to crash while making a call to getprotobyname which should be available since it only reads static data provided by OSX itself. Is this some ...
1
vote
0answers
35 views

How to display application logs in Console.app from a sandbox application

In sandbox, app writes log files to location in its own container like (~/Library/Containers/com.apple.Notes/Data/Library/Logs/Notes). I need the console app to show my application logs by default. ...
0
votes
1answer
39 views

Opening a file using Sandbox

OK, so I know that under the new SandBox guidelines, opening a file must abide by certain rules (a.k.a. the opening action must be triggered by the user using an NSOpenPanel, given of course the ...
4
votes
0answers
122 views

Is the AudioFilePlayer audio unit sandbox compatible?

I've run into a problem using the AudioFilePlayer audio unit with app sandboxing enabled on OS X 10.8. I have an AUGraph with only two nodes, consisting of an AudioFilePlayer unit connected to a ...
0
votes
1answer
62 views

Entitlement for writing to /Volumes in Sandbox

I have an app which monitors the /Volumes directory for changes and lets users access the mounted volumes which appear in the directory. To my surprise many methods like ...
0
votes
1answer
47 views

Allowed App file locations - with-or-without Sandboxing

OK, my question is straightforward but I definitely cannot find one straightforward answer. So, I'd be glad if you could help. What I want : A place (either on 10.6 - without sandboxing - or ...
1
vote
0answers
36 views

Access sidecar files in a Mac sandboxed app

I need to access sidecar XMP files in a document-based photo editor application. The image files are the documents, and I need to access the sidecar XMP file when the user open and save an image ...
0
votes
0answers
27 views

Modify defaults of sandboxed application from non-sandboxed app

I have an application which I'm now sandboxing. I do automated acceptance testing using the accessibility API from a different process. Before sandboxing, the test suite used CFPreferencesSetValue and ...
3
votes
1answer
74 views

Determining the size of a file pointed by a symbolic link under the OS X sandbox

To determine the size of a file, I have always used: NSDictionary *fileAttributes = [[NSFileManager defaultManager] attributesOfItemAtPath:path error:nil]; unsigned long long size = [fileAttributes ...
0
votes
1answer
94 views

Best practices for updating files in OS X App Sandbox

I'm aware of the methods for migrating a non-sandboxed app to an app sandbox, although I would like to know what the best practices would be for updating files (mostly preference lists) once already ...
1
vote
1answer
83 views

Does XPC require sandboxing for MAS

I have a sandboxed app. This app has an XPC service which is not sandboxed. Does the XPC service need to be sandboxed as well for me to be able to submit to the Mac App Store?
1
vote
2answers
122 views

Reading NSUserDefaults from helper app in the sandbox

I found some resources on reading the NSUserDefaults of another application. Objective-C NSUserDefaults caching prevents another app from accurately reading changes NSUserDefaults: Is it possible to ...
1
vote
3answers
137 views

How can I terminate my app in a helper app with sanboxing enabled?

I've created a helper app, which monitors iTunes and launches/terminates the main app. The launching works perfectly. The only problem is that I'm not allowed to terminate the main app, because of ...
1
vote
1answer
153 views

How to add a quicklook generator in sandboxed application?

I have created a QuickLook Generator for my application and I copied the quicklook generator to this location Containers/com.Aravindh.EgApp/Data/Library/QuickLook/QuickLookGenerator.qlgenerator by ...
0
votes
1answer
45 views

Cocoa. Why app's image are changed from png to tiff format in sandbox?

my app's resources are png format,but when I run the app,and open the sandbox's content resources directory,I found that all the images in png format are changed to tiff format,how is it going? ...
0
votes
1answer
143 views

Migration to sandbox not happening

I am sandboxing an existing application, and for some reasons the migration does not seem to work, although I am following exactly what is specified in the documentation. In summary, here is what I am ...
1
vote
2answers
107 views

Core Audio doesn't seem to work when using sandboxing

I've just enabled sandboxing in my OS X application, and now my Core Audio code doesn't work. In particular, when I call AUGraphAddNode, it returns the error invalidComponentID, saying just "The ...
0
votes
1answer
74 views

Get lasting permission to write to a specific directory with the new Sandbox requirements

I need a way to get & keep permission to write to a specific directory in OS X. How can that be done while abiding with the new Sandbox requirements?
0
votes
0answers
182 views

Console not showing Mac OS app sandbox violations in Apple's Quick Start

I'm stepping through this Apple tutorial for enabling sandboxing. I've successfully worked through the sections, creating the Xcode project, enabling app sandbox, creating a certificate, specifying ...
3
votes
2answers
281 views

How to sandbox a command line tool?

I've a simple unix tool made by me that launches the main cocoa app from a shell. I need to sandbox it but when I run it, it crashes with error "Illegal instruction: 4", on console.app I can see the ...
6
votes
2answers
820 views

How to launch another process in sandbox on Mac?

I'd like to launch another own application by LSOpenApplication() in Sandbox on Mac. Of course, I added a row into 'com.apple.security.temporary-exception.files.absolute-path.read-write' in an ...
2
votes
2answers
427 views

NSAppleScript execution fails in sandboxed app

I have a sandboxed app targeting Mac OS X 10.7, and want to execute this AppleScript: tell application "Safari" to add reading list item "http://www.apple.com" I have tested this script in the ...
2
votes
0answers
241 views

Global events, the Mac App Store, and the sandbox

I'm working on an app where using global key-down events will be a requirement for its operation. Additionally, I plan on distributing this strictly via the App Store. (Its a Mac app, not iOS.) I've ...
2
votes
1answer
339 views

Create temp file for a sandboxed Cocoa application

My app is sandboxed (as per the latest App Store guidelines), and I want to create some temporary files. Am I allowed to do so? If "yes", WHERE am I allowed to do it? Is there any prespecified path? ...
1
vote
1answer
228 views

Is it possible to relaunch an app when sandbox deployed?

all, I am having a need to relaunch my app. Googled and got two suggestions: 1. https://gist.github.com/2204627 got the lsboxd message directly. 2. ...
1
vote
0answers
75 views

App Store Sandboxing & Helper Console Application - Errors

I've been a Mac App Store Developer for over a year now, and finally I was confronted with Sandboxing, as after a short break I decided today to submit yet another app. The app consists of : one ...
2
votes
1answer
363 views

Mac App Store sandboxing and handling security-scoped bookmarks prior to 10.7.3

I need my sandboxed app to reopen an opened file after the app is restarted. Apple provides security-scoped bookmarks with the NSURLBookmarkCreationWithSecurityScope and ...
5
votes
1answer
313 views

How do I detect if my app is sandboxed?

I have an application that is targeted to run in both sandboxed and non-sandboxed MacOS. If a user upgrades from MacOS 10.6 to a later OS I need the user to re-pick folders so I can bookmark them with ...
1
vote
1answer
153 views

Using AMWorkflow with sandboxed app

I am trying to execute an Automator workflow from a sandboxed AppKit app. Minimal example + github repo : NSOpenPanel * panel = [NSOpenPanel openPanel]; [panel ...
0
votes
1answer
51 views

Using NSMediaQueries and Sandboxing

I'm using NSMediaQueries to detect new screenshots that have been taken. But to push my App to the Store I need it to be sandboxed. Unfortunately, the sandbox broke my NSMediaQueries since I can't ...
0
votes
1answer
193 views

Silverlight in a Cocoa WebView in sandboxed app mode

The problem is quite simple, I have a WebView that may be used to browse some page that may contain a silverlight app. Everything works well in non sandboxed mode. In sandboxed mode, all the webkit ...

1 2