Can Updates pull from a specific release channel on a standalone app?

I understand that a standalone app can be specified into a release channel with the build command.

However would it be possible to instead have the Updates method retrieve the release channel?

That way all users download the same standalone app from the App Store, but are served different release channels in-app.

Thanks!

Hi @ericjames. Unfortunately this is not something we support right now and it is not on our roadmap for the future. :disappointed: Our philosophy with release channels has always been one per binary. You can achieve what you’d like by having logic in your bundle that changes the functionality depending on the user.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.