appstore-sandbox Questions

11

In order to test my in-app purchases with iOS 13 I have to update one of my test devices to iOS 13.1 beta. On iOS 12 and before there was a special Sandbox login in Settings/iTunes & App Store/...
Edema asked 9/9, 2019 at 8:55

3

According to this guide, there should be an App Sandbox capability in the project file: However, for some reason my app project does not have any App Sandbox capability that I can turn on: Wh...
Moldavia asked 25/3, 2019 at 20:51

1

I'm building a sandboxed macOS app with Swift, which contains a child app inside. What I want to implement is: Parent can launch multiple child apps Parent send different content to each child app...
Peterec asked 26/5, 2021 at 1:17

3

Solved

When creating a App Group id in the Provisioning Portal (or whatever its called now), it says to "Enter a unique identifier for your App Group, starting with the string 'group'" and seems to enforc...
Tapping asked 17/4, 2015 at 17:28

1

In earlier versions of macOS, NSURL instances constructed from a security-scoped bookmark would have an ?applesecurityscope=... query string tagged onto the end of them. I was checking for this in ...
Vernitavernoleninsk asked 3/7, 2017 at 18:1

2

Solved

I'm experiencing problems (on Mojave and Catalina) with "reusing" security scope URL bookmark for a folder between app launches in my app. It's simple decompressing application using libarchive f...
Mailbag asked 16/10, 2019 at 13:18

6

Solved

I'm new to using IOKit and have noticed what I think is the sandbox making it fail. Here is the test I'm trying (in Pascal) which runs fine outside the sandbox but when I enable it IOServiceOpen ...
Quasar asked 23/4, 2014 at 12:30

1

Solved

I'm really confused about how to properly copy files and grant permission to execute e.g. an AppleScript file from a sandboxed application. I've read several articles and threads but the more I rea...
Bleak asked 5/6, 2020 at 10:53

3

I am working on an app for OS X 10.9 with swift, sandboxed. The app needs access to a SQLite database file. I let the user choose/open a file with NSOpenPanel. I then save the file path with NSUse...
Perimeter asked 7/7, 2015 at 20:41

3

Solved

I was watching this WWDC18 talk, and they've explicitly announced that they'll allow developers to simultaneously connect one Sandbox Account for IAP testing - when in Developer Mode and in iOS12. ...
Mertz asked 31/10, 2018 at 15:30

1

I'm experimenting with full-disk access and can't make it working. Here is list of steps I did: Sandbox is turned ON. In fact the entitlements file looks like: <key>com.apple.security.app...
Cheddite asked 23/10, 2019 at 21:11

1

Background I'm developing an OSX application with an associated Today Widget extension. I'd like for the main app and the extension to share user preferences, much like is described in Sharing Dat...
Wonderwork asked 3/9, 2016 at 19:52

1

Solved

For the macOS sandbox there are two entitlement keys: com.apple.security.device.audio-input com.apple.security.device.microphone I tested both and both allow microphone input. What is the diffe...

2

Solved

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 isn...
Amor asked 15/11, 2012 at 5:34

3

Solved

We are developing an application for the Mac App Store using Qt 5.2.0.Framework on MacOSX 10.9. Here is a simple AppleScript that creates a Microsoft Excel workbook and saves to any location. tel...

3

I have an app that is sandboxed, and includes a helper that presents some UI (as a full-screen window, but could be a status item or similar too). This works... most of the time. But sometimes it ...
Lingam asked 17/1, 2015 at 3:52

0

What I want to know is which NSScreen has keyboard focus. First I added an observer for NSWorkspace.didActiveApplicationNotification and whenever foo method is called I need to determine which NS...
Cornstalk asked 9/2, 2018 at 14:10

3

Solved

NSHomeDirectory() is returning my sandbox root, not my home directory. [@"~" stringByExpandingTildeInPath] is doing the same thing. This /Users/username/Library/Containers/appID/Data is w...
Bicorn asked 4/3, 2012 at 8:16

1

Since upgrading to El Capitan, my Mac app which includes an In-App Purchase is failing to process the In-App Purchase. This is the error that I see in the console: storeaccountd(453) deny file-wri...
Kurtzman asked 18/11, 2015 at 4:48

1

I have an application running in the sandbox which launches a helper application bundle using NSTask (the helper is contained within the bundle of the app). Using the correct entitlements the main...
Mettle asked 9/12, 2015 at 3:53

0

Im trying to package up my electron app with electron-packager and submit to the app store, but App developer keeps failing with 2 errors. My entitlements are not matching its saying, but I have no...
Foretaste asked 8/1, 2017 at 13:1

2

Solved

I'm developing a sandboxed Mac App Store app which asks the user where to save files it downloads from elsewhere. I have this code to get the folder from the user (stripping out some error checking...
Emilio asked 5/6, 2012 at 5:56

2

Solved

Im using swift and I show a NSOpenPanel. In the delegate I need to look at the sender's prompt to distinguish which action to take: e.g. func show() { ... panel.delegate = self panel.prompt =...
Polyclitus asked 9/5, 2016 at 15:27

1

Solved

I'm working on a coreaudio user-space hal plugin based on the example developer.apple.com/library/mac/samplecode/AudioDriverExamples/Introduction/Intro.html In the plug-in implementation, I plan t...
Evanevander asked 15/10, 2015 at 1:21

0

I have an OS X app, which stores an app-scoped bookmark to persist access to certain directories. I am able to write to those directories without any problems, but there is a part in my code where ...
Hydrus asked 10/2, 2016 at 5:34

© 2022 - 2025 — McMap. All rights reserved.