-3

Hello Stack Overflow community,

I am working on a sandboxed macOS application, and I need to implement a self-updating feature for it. I have considered using the Sparkle framework, but I am concerned about potential issues related to the sandboxing restrictions.

Can anyone share their experience with using Sparkle in a sandboxed macOS application or recommend an alternative solution for implementing a self-updating system that adheres to the sandboxing requirements? I'd appreciate any suggestions or best practices in implementing this feature.

Thank you in advance for your help!

  • You should link to the research you did, what you tried (including relevant code snippets) and the error message sir issues you’re running into. – Alexander Jun 10 '23 at 15:10

1 Answers1

1

You have to use Sparkle version 2, as this fully supports a sandboxed application. Follow the instructions on the Sparkle web site.

Loeribas
  • 11
  • 1
  • 2