Can our apps be sandboxed? I have no idea on how to do it, nor what it implies, but as this is requested by Apple it'd be nice that our Purebasic apps comply with this

So, you shouldn't write to anywhere on the hard drive, but only to a restricted area.Zach wrote:As to the implications:
A sandboxed application is an application that runs on a system, while effectively being cut off from accessing sensitive areas, without being given explicit permission. It is useful for controlling security risks, as well as protecting the rest of the system from a catastrophic crash situation.