Sandbox is a security mechanism for containing untrusted programs. Such programs could contain malicious code, which would harm the user's system.
0
votes
0answers
11 views
Sandboxed Applications, Where to Save Files Without User Interaction
I'm a bit confused about where the application should send a bunch of files. Let me suppose that an application accepts a number of images with NSOpenPanel at a time from the user. The application ...
0
votes
0answers
12 views
PayPal IPN Simulator and Sandbox account
Im making an ipn handler for my iOS Application.
Im using classic paypal api with my app.
The thing is when i test from the PayPal IPN Simulator it works fine.
I got the post message below from the ...
0
votes
1answer
9 views
Simulate a denied payment (lack of funds)
Using paypal sandbox account.
I can successfully test a payment "completed" but i don't know how to simulate a refused (lack of funds) transaction because the credit card created with sandbox buyer ...
0
votes
0answers
7 views
Cannot find option to turn sandbox mode off for facebook tab app
I have just created a facebook tab application and everything works fine. However I can't turn off the Sandbox mode to make it live to non admins. I have looked in Settings - Advanced but there is no ...
-2
votes
0answers
27 views
Is it possible to sandbox the app for specific devices? [closed]
Is it possible to hide a FB app from Android and iOS devices but not from PC and vice-versa?
1
vote
3answers
46 views
tcl changing a global variable while in a child interpreter (interp)
I am trying to use a TCL program to read TCL modulefiles and translate them into another language. This has worked quite well until now. For reasons too complicated explain I have to treat "puts ...
0
votes
2answers
24 views
iOS App Beta Tester getting in-app purchase sandbox
I have in-app purchases in my app, which are live on the app store. I have sent out a new beta to my testers, and one is trying to make an in-app purchase but it is coming up with the sandbox. Is this ...
0
votes
0answers
5 views
Sharing appID in ios/Android and Web facebook pages
We need to have (as a business requirement) the facebook AppId beeing the same for Android/ios and the web game.
So far so good, but our Android and Ios version are already live, while we are ...
1
vote
2answers
29 views
Execute launchctl in sandboxed mac app
I need to execute the launchctl load/unload command from my sandboxed OSX app. The app has read-write permissions to the folder where the launch agent's plist file resides (using security scoped ...
0
votes
0answers
12 views
sandboxing libreoffice on Linux
I want to build multiple versions of libreoffice on a machine (Debian 6) and want to test these versions against a set of test cases automatically. I also want to test the given libreoffice version by ...
1
vote
2answers
44 views
Perform commands in Mac application sandbox?
I need my application to perform a command while in the Sandbox. This is the code I have so far:
// Set up the task
NSTask *task = [[NSTask alloc] init];
[task setLaunchPath:@"/bin/bash"];
NSArray ...
0
votes
0answers
16 views
Mac OS app entitlements block internet connection
I have a Mac OS app that needs outgoing connections.
I've followed Apple Code Signing Guide (Xcode 4.6.2) to enable entitlements and my target summary looks like this:
I have a MYAPP.entitlements ...
0
votes
1answer
35 views
Testing shipping in new Paypal sandbox
I'm trying to figure out the new developer.paypal.com site. I can login, make some test purchases, and everything works fine. However, now I want to set up various shipping rates (based on order ...
0
votes
0answers
8 views
Privacy Policy URL needed for app to get out of sandbox
The Privacy Policy for my app is now WIP and I can“t use a privacy policy generator. Can I get my app out of sandbox mode without privacy policy URL, or will I suffer some kind of repercussion?
...
1
vote
1answer
22 views
Sandboxing and security-scoped bookmarks
I'm writing an app which tracks disk usage. For that I let the user select drives (represented as URLs starting with /volume). I save the info using core data. Now I'd like to implement sandboxing and ...
0
votes
0answers
34 views
Mac webview with sandboxing doesn't remember Google token
I have a Mac App in xcode with a webview. Users have to log in with their Google account to use the app. This was working great until I enabled entitlements and specifically, enabled sandboxing. ...
0
votes
0answers
14 views
iFrame content doesn't load with the sandbox attribute used
I have an iFrame page whereby a video is supplied by a third party from their server. The video plays completely fine if I don't use the sandbox property. However, if I use sandbox, it doesn't work, ...
0
votes
1answer
50 views
Where can i save the sqlite database on Mac OS X for a Python developed GUI app?
I'm developing a GUI Mac OS X application using PyQt+Python which will be distributed through Mac App Store. (Sadly, I have no Objective-C skills for now.)
The app makes use of an sqlite database to ...
0
votes
0answers
16 views
Handle AJAX call in SharePoint sandbox [migrated]
I'm developing a solution for Sharepoint 2010 using ASTreeView. This control handles also AJAX calls for node loading. To load children of a parent, a
<ul><li>...</ul>
needs to ...
3
votes
0answers
57 views
Make HTML5 sandbox work for IE8/9 using polyfill or shim
I would like to make the new HTML5 Iframe attribute sandbox work in IE8 and 9. I have Googled for about a day now and tried many "libraries" which are supposed to make HTML5 work, but they don't seem ...
0
votes
1answer
19 views
Sandbox/JRE limitations of CloudBees?
I'm going to start developing a Java web app that I believe I will be deploying to CloudBees, but am concerned about what JRE/sandbox restrictions may apply.
For instance, with Google App Engine, ...
0
votes
0answers
40 views
Node.JS Spawn inside an SELinux Sandbox
I am building a Node.JS application that involves redirecting user input into a server-side command. Of course, that could be catastrophic to security, so I desire to run the child command inside an ...
0
votes
0answers
14 views
sandboxed doesn't work in win8 64bit
I have a piece of code that using sandboxed but it not work in win8 64bit
sandboxed::TargetPolicy *policy = createDefaultPolicy(strUserDataPath,strApps);
tstring strNewCmdLine = strCmdLine + ...
0
votes
1answer
24 views
Paypal IPN listener receiving wrong payment_status
I'm using this form to submit a request on the paypal sandbox site:
<form name="_xclick" action="https://www.sandbox.paypal.com/cgi-bin/webscr"
method="post">
<input type="hidden" ...
0
votes
1answer
19 views
Sandbox NSOpenPanel Error 1000
I'm pretty much ready to release the first sandbox-enabled Mac application. The only entitlement that I need is User Selected File. The user clicks on a toolbar button to select one or more image ...
-1
votes
0answers
24 views
In macos10.8.2 and later, some problems about iTunes [closed]
I just get some informations in the console.
2:03:38 PM kernel[0]: Sandbox: sandboxd(3041) deny mach-lookup com.apple.coresymbolicationd
I don't have permission to read/write Home Video and ...
-1
votes
0answers
28 views
After sandboxing, in macos10.8.2 and later, some problems about iTunes [closed]
I don't have permission to read/write Home Video and Tones folders except for Music folder in my application.But it's ok before 10.8.2.My iTunes version is 11.0.2.I am confuse with this a few days and ...
4
votes
1answer
82 views
Is it possible to run native python code in chrome?
I was wondering if it is possible to run native python code in chrome instead of javascript.
I have seen projects like pyjs or brython, but what they do is compile python to javascript. While those ...
0
votes
0answers
14 views
Intermittent sandbox mode [closed]
my app went to sandbox mode, due to a absence of our privacy policy. We corrected this problem and updated the url for privacy policy and terms of use in the details page, but we are still in sandbox ...
1
vote
1answer
75 views
In App purchases not working
I am in a strange situation. I have around 200 in app purchases in my application. Some I am able to test while for others i keep on getting SKErrorDomain error with error code =0. Since I am able to ...
2
votes
4answers
108 views
CCAvenue Sandbox Site For Testing
I want to integrate CCAvenue payment gateway in my site. Is there any sandbox site available for CCAvenue to test payments? If any provide me the link.
-1
votes
0answers
36 views
How to start to implement Sandbox for Windows?
I want to build a Contest Management System, where participants can submit code in different programming languages. And my system will compile it and run it. So I need to implement a Sandbox system to ...
0
votes
2answers
62 views
Javascript : Redirecting to another webpage through a popup
I'm quite bad with Javascript and I can't work out a solution I need help to. I'm having a website and I'm trying to make a redirection to another site, but through a popup.
Example :
...
0
votes
2answers
134 views
Chrome app: accessing sandboxed iframe from parent window
I'm using knockoutjs in my google chrome app. To be able to use knockout, I have to define the real application.html as sandox page and include it as an iframe in a dummy container. Application ...
0
votes
1answer
31 views
Azure - Data only for the owner
I use an Azure Mobile Serivce to save data from my app useres in my Windows 8 Store App. I want to publish the app in the app store but for this I have to be sure every user can only get his own data. ...
0
votes
1answer
54 views
Paypal Sandbox Credit Card in Use Error Message
Within Paypal Sandbox, when I try to add a credit card to the buyers account, I keep getting the error message "That card number is already assigned to another PayPal account." I don't get it, since ...
0
votes
0answers
55 views
Negative testing on paypal sandbox no more available?
Before 2 weeks ago we were able to simulate negative testing but actually we can't test error condition (pending, error) in PayPal sandbox, the AdaptivePayment API response give always COMPLETED.
We ...
0
votes
1answer
67 views
Adobe AIR HTML Component, Load local app HTML, but allow remote (http) script and content
I'm looking to load an included html file into a Flex HTML component in my AIR application, and that html file will include references to remote content. The default setup in AIR is to not allow this ...
1
vote
1answer
40 views
Only one player displayed in Game Center leader board (Sandbox)
In the sandbox environment of Game Center I tested with 2 different users. Unfortunately I only see one player in the leader board. Only the player who is logged in.
I thought it should update after ...
0
votes
1answer
43 views
Pass variables to evaluated coffeescript
I've got a situation where I'd like to be able to pass certain variables into and out of a Coffeescript evaluation environment. The situation looks like this:
coffee = require('coffee-script');
...
0
votes
1answer
28 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
votes
1answer
102 views
Paypal Sandbox: testing Paypal Standard with Opencart [closed]
I was a regular user of the old version of the Paypal sandbox but I have to admit I'm lost with the new version of the sandbox.
I've created new sandbox test accounts - a seller test account and a ...
0
votes
0answers
88 views
application page with webpart in a sandbox solution
I am trying to add an application page in a sandboxed solution that contains a web part. The application page is added to the pages library using a feature. I have now added a web part here. The same ...
0
votes
0answers
15 views
Is it possible to prevent accessing an apps local files in a file browser?
I am working on a test app that downloads files locally to the app file storage sandbox and I wanted to know if there is a way that I can prevent my app subscribers from accessing some of the files ...
0
votes
0answers
21 views
Where is the file temporarily stored when opened from an email client?
In my app, I'm succesfully able to grab the data from an email attachment.
But I'm unable to understand what happens when user instead of saving it, directly opens the file. In the windows ...
0
votes
0answers
9 views
I can't deactivate sandbox mode
When I try to deactivate the sandbox mode in my facebook app it throws me the error: "you need to put a privacy policy url" but i have already one. Any idea? It's a bug of facebook or what?
0
votes
0answers
95 views
Cannot launch another application in Mac OS X 10.8 using NSWorkspace launchApplicationAtURL:options:configuration:error
I am launching another app using NSWorkspace launchApplicationAtURL:options:configuration:error.
The app is owned by root, has permission: rwx r-x r-x, and owned by root:wheel.
The app is also ...
-1
votes
1answer
42 views
I land on the “Sign in” page when testing the Sandbox [closed]
When I test my application (from Flex) in real mode it works perfectly and I get as a customer to the business account to proceed. When I test in Sandbox mode I always end up on the page where it ...
0
votes
0answers
34 views
hide iframe if framebusting is effective in the user's browser
I have an iframe on a webpage that uses the sandbox attribute in order to work, but in some browsers, the site within the iframe's method of breaking out or 'framebusting' will still work and redirect ...
0
votes
1answer
30 views
Ebay Sandbox response returned as a continuous string
Just started using the ebay api.
I created some products and purchased it with another Sandbox account.
In the Sellers account, I can see 2 products under the 'Sold' section.
I am using the ...




