appstore-sandbox Questions

1

Solved

I'm trying to script iTunes from NSAppleScript in my Cocoa app in order to add a file to the library. In my entitlements file, I added the following: <key>com.apple.security.scripting-targe...
Close asked 6/12, 2015 at 15:25

1

I have a shoebox type (as opposed to document based) OS X app that stores images in the app's sandbox container. These images can be shared via Share Extensions (in form of a NSURL) or exported vi...
Endodermis asked 14/7, 2015 at 12:58

1

This is so weird! last week I created a test user account and it was just fine but today, it is asking me for adding birth year! as you see in the below screenshot. there's no year field to fill in...
Fission asked 27/8, 2015 at 7:56

1

I am building sandboxed OS X app (OS X 10.10.5, Xcode 6.4). In the course of execution I open NSOpenPanel object. Then I run next snippet: NSString* s=[@"~" stringByExpandingTildeInPath]; NSOpenP...
Souther asked 3/9, 2015 at 15:56

1

Solved

Getting a strange error when setting up Sandbox Tester in iTunesConnect. For some reason, iTunesConnects throws an error: "Invalid year". It looks like this: Oddly I cannot specify a year becaus...
Casta asked 27/8, 2015 at 11:59

2

Solved

I'm now trying to sandbox my command-line app which is written in Objective-C. Issue When the app was not sandboxed, I could get the directory where the user invoked the app using [[NSFileManager...
Allantoid asked 17/7, 2015 at 12:53

3

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 co...
Florescence asked 13/12, 2012 at 8:59

2

Solved

I use QLPreviewView to show the quicklook preview in the app. Without sandbox, this works well, but once change the app to sandbox, the preview can not show up. I found the error in Console: Quick...
Cher asked 1/6, 2015 at 10:27

2

Solved

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 t...
Crack asked 7/1, 2013 at 18:45

3

Solved

I have a security scope bookmark for a directory, provided by a user via an openDialog request. I'm trying to create another security scope bookmark for a file inside this directory: NSURL *music...
Dow asked 10/9, 2013 at 5:3

2

I have a sandboxed menubar application (no dock icon) that in it's preferences window allows the user to check a checkbox to have the app launch at login. I used to use the LSSharedFileList api, bu...
Delainedelainey asked 29/10, 2014 at 16:0

3

Solved

I have a sandboxed Cocoa app that, during an export process, needs to run a third party command-line tool. This tool appears to be hardcoded to use /tmp for its temporary files; sandboxing doesn't ...
Paragraph asked 25/8, 2014 at 1:26

4

Solved

I'm trying to submit a Mac app for Approval in the App Store, but linking with Growl is causing a validation error. I'm trying to re-codesign from the command line, but I'm getting the following er...
Tisbee asked 28/2, 2012 at 4:35

1

Solved

Is it possible for an app sold thru the Mac App Store to access system folders? I mean this: my app needs to read the contents of directories that are outside the sandbox area, lets say something...
Anglonorman asked 6/7, 2014 at 10:31

1

Solved

I am creating a application which is reading files outside the application sandbox. I need the user's permission to read these files and I have got the security-scoped bookmarks to work, by making ...
Contrabandist asked 17/6, 2014 at 7:51

1

I have developed a Mac desktop application and we have a business reason to have our users to install few drivers for our application to work. Due to sandbox constraint, I am not able to get the u...

1

Solved

The docs for -[NSURL startAccessingSecurityScopedResource] state: You must balance every call to the startAccessingSecurityScopedResource method with a corresponding call to the stopAccessingSec...
Gall asked 25/4, 2013 at 21:48

1

Solved

Apples' Sandobox is supposed to use Apple Event Access Groups, which allow applications to communicate with each other, as described in the WWDC video "Session 206 Secure Automation Techniques In O...
Mystical asked 7/2, 2014 at 19:43

3

Solved

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 cor...
Wifeless asked 24/4, 2013 at 2:5

0

In my sandboxed app, I'm trying to put NSURLs with security scope onto the pasteboard for a drag'n'drop from an NSTableView to the finder (and vice-versa). The code for the drag is fairly simple, ...
Pons asked 25/11, 2013 at 3:49

0

I’m working on a Mac OS app composed of a main app and a helper : Backup.app/ └── Contents ├── Library │ └── LoginItems │ └── BackupHelper.app ├── MacOS │ └── Backup Backup.app: ask the use...
Adamo asked 4/11, 2013 at 9:56

1

Solved

I'm trying to create document-scope security scoped bookmarks for file packages. That is, directories where NSURLIsPackageKey is YES. I know you're not normally supposed to be able to create docume...
Devout asked 14/8, 2013 at 2:1

1

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 p...
Isocracy asked 17/1, 2013 at 12:7

1

I'm trying to sandbox my app before submitting to the Mac App store and I need to open a dmg file. I tried the following, but I don't know if it's supposed to work with the Apple Sandbox. NSTask ...
Tripitaka asked 2/2, 2012 at 20:7

2

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 f...
Toed asked 19/12, 2012 at 10:38

© 2022 - 2025 — McMap. All rights reserved.