Hi,
Since a few betas I'm having an issue with Sandbox in BigSur.
When I'm opening an app (NSWorkspace.shared.open(...)), its being run in Sandbox (even if the app is not sandboxed), as well. All the other app data are stored in the first app Sandbox container.
Is this a bug or it's been changed intentionally? Since AppSandbox started, it's been always possible to run non-sandboxed apps with no issues.
Post
Replies
Boosts
Views
Activity
I'm using Core Data with CloudKit synchronisation in my iOS app. However, it does not synchronize the data while the app is in the background.
Is it possible at all or I'm doing something incorrectly?
I have an app that has a different target for each platform. And each one has a different identifier.
How to make same shortcut actions (AppIntent) visible on all the platforms, so one shortcut can be used everywhere?