Hey folks, I've tried searching for this on here (and online) but haven't found a good answer. We are making an app from all desktop targets, however, the client wants to have sandboxing in a similar fashion to how Android and iOS keeps apps data separate from each other, and hidden from the final user.
One way I thought is to use the credential APIs from Microsoft, download a key from the server, and then create an encrypted folder in the user's machine. However, I was wondering if there's a better way to do this. I know that the App Store on macOS has some level of sandboxing, but the app is not gonna be distributed publicly and we need to support other platforms.
Anyone knows how we could approach something like this? Thank you in advance 🙏