A method of limiting an application's access to system resources (sandbox) required for applications submitted to the Mac App Store and optional for non-AppStore applications.
0
votes
2answers
58 views
Objective C: Multiple Downloads
I am trying to make an app that downloads a pdf file from an online server.
What I did was I created 3 buttons that has 3 different URLs and save it to the app's sandbox and open it in iBooks.
But it ...
0
votes
1answer
46 views
iTunes scripting with Scripting Bridge & Sandboxing
I have an app which tells iTunes to play music using the ScriptingBridge framework. The app either tells iTunes to play a playlist or a certain track. The app is also sandboxed.
To play a playlist, ...
0
votes
0answers
31 views
why in app purchase method run on simulator perfectly but not on real device iOS 6?
well this time mi problem is, I did Create an in app purchase method, for buy 2 products,is my first time so, I did learn from the tutorials of raywenderlich ...
0
votes
0answers
29 views
Sandbox app with LoginItems only work after second app launch
I've been working on an update of my app, to handle the new LoginItems system with sandboxed app.
I've followed Tim's post about how to implement and configure it.
But it doesn't work, I mean not, ...
1
vote
0answers
20 views
What are the current kernel resource limits on security-scoped bookmarks?
The docs for -[NSURL startAccessingSecurityScopedResource] state:
You must balance every call to the startAccessingSecurityScopedResource method with a corresponding call to the ...
3
votes
0answers
119 views
iTunes Sandbox Purchasing Not Allowed at This Time
I'm developing an app with in-app purchasing and I am getting this error:
You are not authorized to make purchases of this InApp in Sandbox at this time.
I am sure I have everything set up ...
0
votes
0answers
48 views
Delay with in-app purchasing sandbox testing server
I am having some problems connecting to the sandbox environment while testing my in-app purchasing. The problems are as follows:
1- In the ios simulator in xcode.. It takes too long to connect to the ...
0
votes
0answers
90 views
Strange issue with In App-purchase system IOS, sandbox and live App Store enviroments
I have recently developed a In App-purchase system to my IOS app. I have tested it in the apple sandox-enviroment and everything works great. So far I have made a simple solution with saving the ...
0
votes
0answers
27 views
Strange In App Sandbox Testing Issue
I am using In app purchase for non-renewable subscriptions. First Time I tested in sandbox it's working fine. But second time strange things happens. What I am doing is when I get receipt I send the ...
7
votes
2answers
177 views
NSUserScriptTask difficulties
I've been trying to make do (see this and this) with the recent NSUserScriptTask class and its subclasses and so far I've solved some problems, but some others remain to be solved. As you can see from ...
1
vote
0answers
70 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 ...
2
votes
1answer
88 views
NSUserScriptTask: accepted file types?
I'm using NSUserScriptTask to run scripts the user placed in the Application Scripts directory. However, I'm finding it hard to find out which are the known types of scripts that NSUserScriptTask ...
0
votes
0answers
36 views
NSUserScriptTask: cancelling tasks?
Is there any way to cancel a running NSUserScriptTask? The only way that comes to mind is to launch a separate process (a command line tool) via NSTask, whose only purpose is to run the ...
0
votes
1answer
41 views
Accessing NSApplicationScriptsDirectory with NSFileManager in sandboxed app
I'm having a bit of trouble accessing the default folder for application scripts using this code (which I think is the right way to do it):
NSError* error;
NSURL* scriptsFolderURL = [[NSFileManager ...
2
votes
1answer
91 views
Out of the blue I can't get security scoped bookmarks
Blimey, this Sandboxing makes me despair: I have an app that's been released on Apple's store (so, in theory, it's gone through review...), it's a slide show player - nothing too fancy - the user can ...
2
votes
0answers
109 views
Launching a Mac OS X (LoginItem) helper app from the main application
I have an application Main.app and an application Helper.app within the Main.app/Library/LoginItems folder. The Main.app can be started by the user, and the user can then set Helper.app as login item. ...
2
votes
1answer
113 views
Mac App Sandbox Group Container problems
I'm having some trouble with two Sandboxed applications in one Application Group. In my Entitlements file i have the following:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC ...
0
votes
1answer
77 views
Get list of files in Library folder with sandbox in cocoa
I'm trying to get list of files in Library folder in cocoa, i use this code and NSHomeDrirectory() function without sandboxing and work well.
TempArray = [[NSFileManager defaultManager] ...
0
votes
1answer
117 views
In-App Purchase Validation
I am securing that my binary's In-App Purchase. Now I am able to send base_64 transaction.receipt data to my server with jSon and my server pushes to directly to Apple service and getting result if ...
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 ...
1
vote
1answer
92 views
Sandbox: bookmarkDataWithOptions and errors are nil without explanation
I am sandboxing my app. When I call -bookmarkDataWithOptions: includingResourceValuesForKeys:relativeToURL:error: I receive nil without any explanation (the error object is nil too).
The app is ...
0
votes
2answers
81 views
Make NSSavePanel forget the previous directory
NSSavePanel remembers the previous selected directory.
How can I make it to forget it, and restore the default value?
I'm working with a sandboxed app.
1
vote
1answer
168 views
How to Embed JavaAppLauncher to sandbox for App Store
I'm trying to send a Java application to the MacOS X App Store. All my code is correctly signed (jars, dylib, etc). Unfortunately, when sending the binary, I always get an "Invalid Binary" error with ...
4
votes
1answer
259 views
Flash player doesn't work in Webview when App Sandboxing is enabled
I'm developing a Mac app for desktop, the app uses a Webview to load certain urls. Every things works fine, but when I enabled the "Enable App Sandboxing" option and the correct entitlements for the ...
1
vote
1answer
59 views
Does sandboxing allow my application to tap Quartz events?
According to the author of this software:
TextExpander cannot be "sandboxed" according to the latest restrictions from Apple
Here is what TextExpander does:
TextExpander saves your fingers and ...
1
vote
0answers
108 views
How to get the user's Pictures directory in sandboxed mac application?
I have a sanboxed mac app with com.apple.security.assets.pictures.read-write entitlement set to YES. Hence, I can access users actual /Users/username/Pictures directory.
I would like to get the path ...
1
vote
0answers
141 views
Cannot connect to iTunes Store
The older version of our app does not support InApp. However, we have included the feature in the new version. We are testing it in the sandboxed environment, by creating a test user as specified in ...
6
votes
1answer
102 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
0answers
105 views
Timeline for mac sandbox entitlements and related features
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 ...
1
vote
1answer
111 views
How can I test app sandboxing without a Mac Developer Program account
I can develop for iOS using the Simulator without an iOS Developer Program account (I just can't run on a device.) Is there an equivalent way of working for Mac Developer Program stuff? I want to test ...
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
2answers
133 views
Application Sandbox: renaming a file doesn't work
I have a basic Cocoa app that let's the user manage a list of files. Files are added via drag & drop and I persist the access permissions in a secure bookmark across application restarts.
So far ...
2
votes
1answer
162 views
iOS GameCenter leaderboard shows only my score in sandbox mode
I've created a leaderboard in the sandbox mode for my game. Then I tried to play the game using different gamecenter accounts. But I can see only the score for currently logged-in account. Is it ...
4
votes
1answer
216 views
IOS - Very slow in app purchase in simulator in the sandbox environment
I'm developing in app purchase functionality for my iphone app. The sandbox environment seems to be very slow, it takes sometimes even more than 30 seconds before the confirmation alert appears and ...
0
votes
2answers
724 views
StoreKIt verification error: 21002
On a iPhone 4/iOS 4 device, sandbox App Store is reporting this error during verification.
21002: The data in the receipt-data property was malformed.
On a iPhone 5/iOS 6 device, the same code ...
1
vote
1answer
188 views
How do I add a Webkit plugin to my sandboxed OS X app WebView?
I'm new to OS X application development, so bear with me.....I've got an OS X application that extensively uses a WebView to provide the user with a video conference/screensharing feature which relies ...
5
votes
1answer
202 views
Unable to get app-scoped bookmark for file - OS X sandbox
I've been scouring the net and Apple help for some sort of guidance on this and coming up short. I wonder if anyone has run into a similar situation, or might have some insight into what is (or ...
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 ...
2
votes
1answer
559 views
Permissions error when saving file (sandbox)
I'm trying to save a file to a path, in a sandboxed application [OS X], but so far am getting an error almost every time I try to save. The error is..
Error saving: Error Domain=NSCocoaErrorDomain ...
0
votes
1answer
160 views
Is there a way using AppleScript to click osx menu items without accessing “System Events”?
I use code like this to do some menu clicks automatically instead of doing them myself every time again:
tell application "System Events" to tell process "myApp"
click something and so on
end tell
...
4
votes
2answers
2k views
Your Apple ID has been disabled [Environment: Sandbox]
i am testing my application in-app purchases with iTunes test account.
I run the game and i log-in to sand box test account.
when try to buy something in the app a message box prompt me with confirm ...
4
votes
1answer
183 views
bundled NPAPI plugin in sandboxed cocoa app
I'm working on a cocoa app using Xcode 4.5.1. My app uses a webview and bundles a plugin to use with that webview.
When I'm compiling my code and running my app, it works fine, and the plugin is ...
4
votes
1answer
426 views
Mac OS Sandbox: Launching main application from helper
I have create in sandbox, an app which use a helper to start at login, as presented here.
It works ok, but the next messages are logged in the console:
lsboxd[1560]: Not allowing process 15208 to ...
1
vote
0answers
405 views
Sandboxing TideSDK application
I try to submit application with TideSDK 1.2.0.RC6e to App Store. But after signing code with entitlements
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST ...
0
votes
0answers
285 views
Game-Center Real-Time-Multiplayer, Reliable of Sandbox / Sync-State and how to test
Objective-C, Game-Center, App-Development in Xcode
My App features Game-Center Multiplayer with up to four players. Recently, it was approved by Apple and is avaiable on the App-Store.
Now, some ...
1
vote
2answers
279 views
Mac App Rejection - Temporary Exception Entitlement Key for Safari
Let's consider an app doing the following steps using AppleScript, in order to auto-login to some website:
1- Open "Safari" and navigate to website
2- Fill the username and password fields with ...
3
votes
2answers
539 views
Mac OS App: How to resolve alias and read original file within sandbox
My mac os app get a NSURL of alias by user interaction (drag & drop), so the app have the permission to read the alias file, but it doesn't have permission to read the origianl file within app ...
3
votes
1answer
159 views
Sandbox: Is possible to simulate a failed or interrupted In App Purchase?
I have recently implemented In App Purchasing in my app. Good thing Apple has documented the whole process very well.
Using those docs, I'm finally able to test In App Purchasing through the Sandbox, ...
0
votes
1answer
127 views
'Kill'ing an app, from a sandboxed app?
OK, it's as simple as it sounds :
I've got a fully-working app
I'm trying to 'sandbox' it, as per App Store's current guidelines.
The thing is :
The app is executing in the background (as an ...
0
votes
1answer
137 views
Terminate child processes in OS X Sandbox
I'm trying to bundle Apache in my sandboxed application. Starting it works but I'm finding some issues stopping it. By either directly calling 'kill' or using "apachectl -k stop" I keep receiving a ...



