0
votes
1answer
293 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 ...
1
vote
2answers
685 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 ...
5
votes
1answer
271 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 ...
0
votes
0answers
92 views

Mac OS X switch to Login Window from sandboxed application

I need to show Login Window in my sandboxed app I found an AppleScript solution do shell script "/System/Library/CoreServices/Menu\\ Extras/User.menu/Contents/Resources/CGSession -suspend" OR I ...
1
vote
0answers
22 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
21 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
82 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
3answers
110 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 ...
1
vote
2answers
91 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 ...
6
votes
3answers
380 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] ...
3
votes
3answers
697 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 ...
2
votes
0answers
172 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 ...
1
vote
1answer
123 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 ...
0
votes
1answer
62 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
176 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 ...

1 2 3 4
15 30 50 per page