0
votes
1answer
26 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 ...
1
vote
0answers
35 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. ...
0
votes
1answer
39 views

Opening a file using Sandbox

OK, so I know that under the new SandBox guidelines, opening a file must abide by certain rules (a.k.a. the opening action must be triggered by the user using an NSOpenPanel, given of course the ...
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
122 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
137 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 ...
2
votes
0answers
211 views

restoreCompletedTransactions never calls updatedTransactions in StoreKit

I've been banging my head against the wall for a few days with this, since everything used to work fine, but now that I've moved to Mountain Lion, XCode 4.5 and iOS5.1 and iOS6, this issue came along ...
0
votes
1answer
74 views

Get lasting permission to write to a specific directory with the new Sandbox requirements

I need a way to get & keep permission to write to a specific directory in OS X. How can that be done while abiding with the new Sandbox requirements?
4
votes
1answer
272 views

Can attackers defeat iOS keychain and data-protection encryption? [closed]

I am developing an iOS app that it has to store username and password and other sensitive data. I am considering using NSUserDefaults or keychain storage. Are there other more secure method to keep ...
5
votes
2answers
547 views

What's the equivalent of NSHomeDirectory() in CoreFoundation?

I have a C library I'm modifying, as little as possible, to add a feature and get that to run properly on iOS. It is working fine on iOS 5.1, but breaking on iOS 6 because it's required to write a ...
0
votes
1answer
254 views

PayPal error in iOS - This app not using a supported version of the PayPal library

Yesterday my app with PayPal sandbox integration was working just fine and today its not working. Just downloaded the latest library from PayPal version 1.6 but the sample app from PayPal says this ...
2
votes
0answers
242 views

Global events, the Mac App Store, and the sandbox

I'm working on an app where using global key-down events will be a requirement for its operation. Additionally, I plan on distributing this strictly via the App Store. (Its a Mac app, not iOS.) I've ...
2
votes
1answer
339 views

Create temp file for a sandboxed Cocoa application

My app is sandboxed (as per the latest App Store guidelines), and I want to create some temporary files. Am I allowed to do so? If "yes", WHERE am I allowed to do it? Is there any prespecified path? ...
1
vote
0answers
75 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 ...
0
votes
1answer
137 views

InAppPurchase in Jailbroken device

Can we test InAppPurchase(sandbox testing) from jailbroken device? Is there any connection between iTunes update and InAppPurchase testing?(means can't we test InAppPurchase sandbox testing if we have ...
1
vote
1answer
153 views

Using AMWorkflow with sandboxed app

I am trying to execute an Automator workflow from a sandboxed AppKit app. Minimal example + github repo : NSOpenPanel * panel = [NSOpenPanel openPanel]; [panel ...
2
votes
1answer
196 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 ...
6
votes
3answers
469 views

Drag Files come across Sandbox(__CFPasteboardIssueSandboxExtensionForPath)

I processed drag operation from browser view to custom view.It work well in snow lepoard,but not in Mountain Lion with sandbox. in browser view: NSMutableArray* urls = [[[NSMutableArray alloc] ...
0
votes
0answers
154 views

Cocoa: Sandbox entitlement to launch another application with DYLD_INSERT_LIBRARIES

I have an ObjectiveC application that runs in a sandbox. From it i need to launch some other app located in the /Applications folder with a library i wrote. Before sandboxing my app, i did that by ...
1
vote
1answer
129 views

Show a document with default application from an App in a OSX 10.8 sandbox

I wrote a download manager for OSX 10.8 with enabled sandbox. after downloading a file the app will start that file with the default application for that file type. I try to do that this simple way: ...
0
votes
1answer
347 views

OSX Entitlement For “system-socket” Responsible for CWInterface Notifications?

When I register for CoreWLAN notifications (with a retained interface) like this: [[NSNotificationCenter defaultCenter] addObserver:self ...
0
votes
1answer
194 views

How to detect if a NSURL can be accessed on a Sandboxed app?

I'm writing an OS X application that has an open panel with a preview accessory view. The problem is that when I select a file that is not on a folder with sandbox permissions I cannot preview it. ...
1
vote
1answer
229 views

XPC and cross-architecture OSX applications

for a desktop application I am developing, I have to stick with a 32-bit framework. I am looking for the best path to run the framework in its proper process and develop the rest of the application in ...
3
votes
2answers
861 views

Sandboxing, login items and launch App

Trying to make my app works with sandboxing I get stuck in this problem: I need to add my App to login items so I've followed these steps: Creating an HelperApp.app (with is agent = YES) that at ...
0
votes
1answer
111 views

InAppPurchase - Find mode (is Sandbox)

As you know, in InAppPurchase's development process we make purchase in sandbox environment Is there a way to know if the purchase made on sandbox environment? 10x
5
votes
1answer
600 views

Applescript from Mac App says “Expected end of line but found \U201c\”\U201d."

I am trying to perform a copy/paste for my to the the last active app, here's my code: NSString *appleScriptSource = [NSString stringWithFormat:@"\ntell application \"%@\" to activate\ntell ...
2
votes
1answer
290 views

How to check if user selected file(s) my Sandboxed app has permission to write?

I'm enabling sandboxing in my OS X app to resubmit to the app store and I'm trying to find the most elegant way to make sure the user can only select resources my app has permissions to change. ...
1
vote
2answers
606 views

OS X Sandboxing: LSOpenFromURLSpec() returned -10827

We are using a little helper application for starting our main app after login. But we aren't able to launch our main app because LSOpenFromURLSpec() returns the error code -10827. It doesn't matter ...
0
votes
2answers
515 views

SKPaymentTransaction expires_date,seems like “auto renew” mechanism doesn't work in the sandbox

I've almost managed Auto renewable subscription in my app, but one strange thing occures - it doesn't auto renews. I have a button, which adds an SKPayment with my product and it gives me receit with ...
0
votes
1answer
333 views

Failed to enter Game Center Sandbox

When developing a game center app, I found the sandbox mode is very unpredictable. My game and two devices worked for a while in sandbox mode. After some code are modified (not game center related), ...
5
votes
1answer
280 views

Mac app sandboxing and forkpty()

I'm looking to sandbox an app to comply with the March 1st sandboxing requirement of the Mac App Store. My app includes a built-in terminal emulator which utilizes a forkpty() call to launch processes ...
2
votes
1answer
547 views

NSUserDefaults and sandboxing under Lion

Moving one of my projects to support sandboxing as per Apple's requirements. I use UserDefaults like so: [[NSUserDefaults standardUserDefaults] setObject:[NSNumber numberWithInt:myNumber] ...
1
vote
1answer
599 views

Sandboxed Helper App can not launch the correct parent application

I'm using this tutorial to add a Login Item to my application. Most of it works as expected, I've managed to create a sandboxed helper app and register it with the launch services, so it is launched ...
0
votes
1answer
328 views

Flash videos in WebView not working in sandboxed app

I'm having a problem with playing flash videos in my application. It's been working before, but ever since Apple has required every developer to enable entitlements and sandboxing, flash videos in ...
0
votes
1answer
169 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 ...
5
votes
1answer
812 views

Sandboxing an objective-c app embedding applescript

I would like to sandbox an app which uses applescript to contact safari to get the list of the tabs. Then I get back those datas in an objective c trough NSAppleEventDescriptor. I've already added ...
0
votes
1answer
200 views

Unable to save files to my apps Documents folder when running sandboxed

For some reason when running my app is running sandboxed, I'm unable to save files to my apps Documents folder. Here's my method: -(void) saveShotToDevice:(UIImage *)shot { // Get the documents ...
1
vote
2answers
855 views

iOS In App Purchases: only one payment added to the SKPaymentQueue but a SKPaymentTransactionObserver method is getting called multiple times

I'm testing the IAP using a test user (in the sandbox), I have a class that implements the SKPaymentTransactionObserver protocol and when the user selects a certain table view cell, I initiate the ...
0
votes
1answer
109 views

Dictionary not saving to file

I'm using the following code to save a NSMutableDictionary to file then retrieve it later. The NSLog in the save method works fine, but the NSLog in retreive method logs null. - (void)saveDataToFile ...
4
votes
1answer
317 views

How to set temporary entitlements for IOKit properties?

I'm using sandboxing in for my Mac app. I need to set a property to IOKit like so, IORegistryEntrySetCFProperty(reg, CFSTR("IORequestIdle"), kCFBooleanTrue); Because of app sandboxing, the system ...
4
votes
2answers
816 views

Sandboxing my App with Scripting Bridge to send email

I'm using a scripting bridge for sending mails from my Mac App. Now I need to sandbox the app and sending mails is not longer working while sandboxing is enabled. Does anybody know how to fix that? ...
0
votes
2answers
313 views

Accessing a video file outside sandbox

What is the process for accessing a video file on an iPhone so I can transfer it via Bluetooth? NSBundle *bundle = [NSBundle mainBundle]; NSString *moviePath = [bundle pathForResource:@"movie" ...
1
vote
2answers
330 views

Determining the Destination of a Message for Sandboxing in Cocoa

So I just added sandboxing to one of my products. It's totally functional except that the final step in the workflow is to set the desktop. It does this via NSWorkspace. When I call ...
0
votes
1answer
135 views

Problem to write into plist

Helle everyone, I have copied my plist into Sandbox (FileManager) and now I'm able to change plist's values. I'm trying to do that but it doesn't work. Here is my plist structure : and my snippet ...
0
votes
2answers
406 views

Logging into Game Kit Sandbox Problems

I am trying to use Game Kit for leader boards and achievements. I am trying to login using the code in the Apple documents. It works fine apart from it isn't logging into the sandbox. It pops up the ...
2
votes
2answers
1k views

How do I add folders into an iOS application documents directory?

How do I add folders into an iOS app documents directory? thanks
0
votes
2answers
974 views

Finding a file in the iPhone sandbox

At the beginning of my app the user records their voice which is then saved as 'recorded.wav' in the sandbox. How do I later create a string indicating it's location? I would like something that looks ...
0
votes
1answer
115 views

Using a file which is located within the iPhone sandbox

I'm creating an iPhone app that needs the location of .wav which is located in the sandbox. I do this with the following: recordFilePath = (CFStringRef)[NSTemporaryDirectory() ...
2
votes
2answers
2k views

Copy a file from iPhone sandbox to Desktop?

I am developing an iPhone app for uni and we create an sqlite database file within the iPhone's sandbox directory. Our application writes internally to this file, I am wondering how it would be ...