Tagged Questions
2
votes
0answers
18 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 ...
0
votes
0answers
43 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 ...
0
votes
1answer
97 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 ...
0
votes
1answer
90 views
xcode - add *.ogg files to Sandbox
I want to add to my project an *.ogg file. I need XCode to place it somewhere in Sandbox. If I drag and drop, it won't work. If I do the same with a mp3 file, it works. Any idea how can i get to have ...
0
votes
0answers
83 views
Codesigning and Sandbox entitlements to included binary or jar in Cocoa application
OK, this is what I'm trying to do :
Put an external .jar file in my project bundle
Get it to execute
And have it signed & sandboxed as well, so that the app is valid for the App Store.
I know ...
1
vote
0answers
69 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
131 views
Drag multiple files to sandboxed app
I'm building a simple app that allows the user to drag a list of video files from Finder into my app. I was reading the Apple docs about dragging files and it says this:
Important. Although you ...
1
vote
0answers
71 views
How to sandbox an included framework
After a number of successful submissions of my sandboxed app to the App Store, today Apple decided to reject my app because a 3rd party framework it includes and links against is not sandboxed. I ...
2
votes
2answers
185 views
Saving screenshot to sandbox
Is there any way to save a screenshot to the application's sandbox or some where that can be easily found to add to an email attachment? currently im saving it in the camera roll but can't seem to be ...
1
vote
1answer
158 views
Error of In App Purchase
I have completed all the steps for In App Purchase.
However, when the xcode program execute this below line code.
[[SKPaymentQueue defaultQueue] addPayment:[SKPayment paymentWithProduct:productID]];
...
7
votes
1answer
438 views
Code signing helper apps for Apple Sandbox on OSX
I have an app I need to run at startup, and I am converting to Sandboxing.
I have a helper app created, and working fine when I do not code sign my app.
To codesign, it looks like I have to create ...
7
votes
4answers
780 views
How to add a sandboxed app to the login items
I want my app to auto start if the user select the option. The methods I have been using is not allowed anymore in sandboxed apps.
I know I have to create a helper to achieve that? Is there a simple ...
2
votes
2answers
552 views
How to return the App Temp directory
I am trying to determine where to place a script file in a location where I can read/write to while being Sandboxed. While reading the Apple documentation, I seen the below:
Some path-finding APIs ...
0
votes
1answer
135 views
Save images to sandbox?
I have a for loop that runs the code below to download a large amount of images (kind of like a book of images) from the server.
-(id)imageRequest:(NSString *)imageurl :(const float *)width :(const ...
1
vote
1answer
242 views
GameCenter Sandbox and beta tests
I would like to know how it works: if I have now my game working with GameCenter and want to release app for tests (AdHoc) then account of everyone, who will sign in to GameCenter, will become ...
0
votes
1answer
119 views
Pop up while re-subscribing for product in sandbox environment
I am creating app in which user have to subscribe for product for 1 month/year. I was testing app in sandbox environment. For that i created test user account from itunes connect. I purchase product ...
1
vote
1answer
176 views
How to Use Localized Resources outside App's Bundle
I'm developing an iPad App with downloadable content to be able to persist it through updates.
I'm storing my content in Library/Caches dir seems to work fairly ok except for localized html content: ...
0
votes
1answer
84 views
xcode deletes my data file on every run
I have an app that edits and saves a data file in the sandboxes Documents directory.
However on every new build and run of the app, it deletes my file and give me a blank one.
How do I tell Xcode ...
2
votes
1answer
813 views
How to build Sandboxed app without XCode?
How to build Sandboxed app without XCode? I mean I'm using gcc Make to build my applications and own system for creating app bundles. But how can I enable the Sandbox without using XCode and option ...
0
votes
1answer
161 views
Sandboxing destroyes my application
I just tried to sandbox my lion application using Xcode. However, when I try to launch my application the app crashes immediately. There's no error code or gdb output.
Do you have a tip for me how to ...
3
votes
1answer
443 views
Mac Sandbox and XCode 3.x
Is there a way to be Sandbox-compliant compiling apps with XCode 3.x?
Are there any articles or tutorials out there on how to do this?
I'm the developer of a Mac application and I'm stuck with XCode ...
0
votes
1answer
60 views
Can my iPad app access a list of the eBooks on the device?
I have a little experience with iPhone development but am new to iPad. I realize that apps are sandboxed and cannot access each other's data, but is there any way that the iPad app can access ...