Post

Replies

Boosts

Views

Activity

Reply to disable app sandbox completely for music application
This is a late response but thought I would reply in case anyone else has the question. According to developer documentation it doesn't seem possible for macOS app on App Store. See link to documentation. To distribute a macOS app through the Mac App Store, you must enable the App Sandbox capability. https://developer.apple.com/documentation/security/app_sandbox?language=objc
Topic: Code Signing SubTopic: General Tags:
Aug ’24
Reply to WKWebView adding cookie does not work with iOS 18 beta
Issue documented in FB14862013
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to WKWebView adding cookie does not work with iOS 18 beta
After further debugging this seems related to iOS 18 and Safari not able to read the cookies. We still have no resolution.
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to disable app sandbox completely for music application
This is a late response but thought I would reply in case anyone else has the question. According to developer documentation it doesn't seem possible for macOS app on App Store. See link to documentation. To distribute a macOS app through the Mac App Store, you must enable the App Sandbox capability. https://developer.apple.com/documentation/security/app_sandbox?language=objc
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to WKWebView adding cookie does not work with iOS 18 beta
I also want to add there is an error in the Xcode console on startup of app: Could not create a sandbox extension for '/var/containers/Bundle/Application/..... Both build settings Use Script Sandboxing and Enable App Sandbox are set to NO. Could be that whatever is causing this error is preventing writing the cookies?
Topic: Safari & Web SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24