Tagged Questions
1
vote
1answer
28 views
Detecting if a running application is sandboxed
Given an application's pid, is there any way, programatically, of detecting if that application is running in an OSX sandbox environment?
Ideally, I'd like to know if there's an API call somewhere, ...
0
votes
1answer
7 views
Mac OS, is DVD drive under Sandbox
Does the DVD drive on MAC OS come under "Sandbox"
If i have a Start.app that opens a HTML file on a DVD, will the user be able to launch the Start.app from DVD directly? Will it work?
2
votes
1answer
39 views
CGEvent does not work when app is sandboxed
Here's a great post on how to press keys through code. CMD+Option+D simulation in Cocoa
This works great but when you sandbox the app, it doesn't work. Does anyone know the exception I should request ...
0
votes
0answers
30 views
Sandboxing Application With Command-Line Tool
I'm a bit confused about sandboxing an application that uses a command-line tool (ffmpeg). I won't mention his name, but I read at least two topics at Apple's Developer Forums where an Apple person ...
1
vote
1answer
42 views
Access to the same file after restart in the sandbox
My app reads iTunes' XML Library file under
/Users/username/Music/iTunes/iTunes Music Library.xml
However, if the iTunes Library is stored on a different hard disk, so will this file.
The sandbox ...
0
votes
1answer
38 views
tmp directory path inside 'C' library
My cocoa application uses one library written in 'C' which is tryings write file at '/tmp' path. This creates sandbox violations. In Cocoa we can use 'NSTemporaryDirectory' API. To fix sandbox ...
0
votes
1answer
43 views
Sandboxed Applications, Where to Save Files Without User Interaction
I'm a bit confused about where the application should send a bunch of files. Let me suppose that an application accepts a number of images with NSOpenPanel at a time from the user. The application ...
1
vote
2answers
55 views
Execute launchctl in sandboxed mac app
I need to execute the launchctl load/unload command from my sandboxed OSX app. The app has read-write permissions to the folder where the launch agent's plist file resides (using security scoped ...
1
vote
2answers
69 views
Perform commands in Mac application sandbox?
I need my application to perform a command while in the Sandbox. This is the code I have so far:
// Set up the task
NSTask *task = [[NSTask alloc] init];
[task setLaunchPath:@"/bin/bash"];
NSArray ...
1
vote
1answer
32 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
37 views
Mac webview with sandboxing doesn't remember Google token
I have a Mac App in xcode with a webview. Users have to log in with their Google account to use the app. This was working great until I enabled entitlements and specifically, enabled sandboxing. ...
0
votes
2answers
87 views
Where can i save the sqlite database on Mac OS X for a Python developed GUI app?
I'm developing a GUI Mac OS X application using PyQt+Python which will be distributed through Mac App Store. (Sadly, I have no Objective-C skills for now.)
The app makes use of an sqlite database to ...
0
votes
1answer
50 views
Sandbox NSOpenPanel Error 1000
I'm pretty much ready to release the first sandbox-enabled Mac application. The only entitlement that I need is User Selected File. The user clicks on a toolbar button to select one or more image ...
0
votes
1answer
47 views
OSX related file creation
I'm trying to build an application that easily converts from one file format to another. The idea is you drag the source file onto the dock tile and the output file is created alongside the source ...
0
votes
0answers
124 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 ...
3
votes
0answers
155 views
Unity3d Sandboxed Game Center on MacOSX
For uncertain reasons the game is not recognized by game center.
If the application GameCenter user is logged in, when you try to log in to the game GameCenter on start, it displays
This Game is ...
0
votes
1answer
165 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
58 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
85 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
98 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 ...
0
votes
1answer
51 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
31 views
Storing registration data in a sandboxed app
We are currently trying to sandbox our OSX app and I am trying to figure out a good place to write registration data. We used to store the registration data inside of the app bundle but when you ...
1
vote
1answer
35 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: ...
2
votes
0answers
42 views
Any way for a sandboxed OS X app to intercept keystrokes?
So I've used Dave Delong's brilliant code here to intercept keystrokes in OS X without my app needing to be in focus, unfortunately my app crashes when I try to sandbox it with the message 'deny ...
1
vote
0answers
116 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
1answer
122 views
Error when trying to Sandbox with codesign command
I am trying to Sandbox my OSX app using the codesign command (this is a common lisp app and does not use XCode). I have created a very basic enitlements plist that looks like this:
<?xml ...
2
votes
0answers
127 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
94 views
Updating a (sadly already distributed) sandboxed OSX application using sparkle
In a burst of non-thinking enthusiasm I sandboxed then sparkle-updated my app. Since the app only has read/write access to user selected files (and the music directory) I can't now update my own ...
1
vote
0answers
38 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.
...
1
vote
0answers
81 views
How to read file from other app's sandbox in Mac OS X?
A text input view in my app supports drag & drop of images to insert them. When user drops an image in the input view, I can get the absolute path of the file, then display it as an attachment. ...
4
votes
0answers
140 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
74 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
53 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
42 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
96 views
How to submit an OSX app with a COMMAND LINE helper in its bundle
So, I'm basically in the same situation that was discussed here BUT I can't apply the proposed solution because the helper app I'm building to add to my main app bundle it's a command line executable ...
2
votes
2answers
173 views
Using OSX Security-Scoped Bookmarks in a Firemonkey app
I have been developing an OSX app with Delphi XE3 and running into various problems. The latest one is with the sanboxed version built for the Apple Appstore.
The user has to select an arbitrary ...
3
votes
1answer
82 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 ...
1
vote
1answer
350 views
Why doesn't this simple applescript work any more in ML mail.app (as a rule)
It works only when you right click on the mail message and choose "run rules", but not on incoming messages (without interaction).
The first dialog is shown both when incoming or running manually, ...
0
votes
1answer
251 views
Mail Rule - Applescript - Sandboxed?
I'm trying to run this mail rule (which copies the email to another location on the disk).
The script works fine if I right click on the mail and choose "Apply Rules", but it does not work fine on ...
6
votes
1answer
105 views
Which version of Mac OS X included temporary exception entitlements for the first time?
I understand that sandbox was introduced in Mac OS X Lion (10.7) but temporary exception entitlements, specifically com.apple.security.temporary-exception.files.home-relative-path.read-write, were ...
0
votes
1answer
22 views
Modification of signed applications
I'm trying to get a better understanding of OSX Code Signing and the advantages that it affords me in terms of protecting my software. Could someone please clarify certain questions for me?
Given an ...
1
vote
1answer
97 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?
0
votes
1answer
220 views
mac app main bundle resource permission with sandbox and entitlement [duplicate]
Possible Duplicate:
Mac OS X: Where should I store save games for a game delivered as a bundle?
i am migrating my iOS game to mac. The file I used to store high scores is saved under ...
0
votes
0answers
90 views
unmount a disk denied in osx 10.8 while using sandbox
we have a application using sandbox in osx10.8. this is the sandbox configuration (related lines):
<key>com.apple.security.app-sandbox</key>
<true/>
...
1
vote
2answers
135 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
162 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
175 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
2answers
254 views
Qt File dialog not opening in sandbox on Mac OS
I have a Mac OS app developed in Qt. I used the following codes to launch the open and save file dialog box:
//opening
QString fileName = QFileDialog::getOpenFileName(this,
tr("Open"), "", ...
0
votes
0answers
85 views
Change sandbox profile on the fly
Since Leopart Mac OS X provided an App Sandbox feature that allows you to gain the access to a different resources. After a quick research I have found a several ways to apply it:
Invoke ...
0
votes
1answer
678 views
Sandbox mac osx application
I have developed a mac application without using sandbox.
now i want to send it to the mac appSore, i buy my certificate, all is good.
I read this: Apple doc and in xcode i set the user selected ...

