Recommendation for private app hosting

Hi there,

I was wondering if Expo has any recommendations regarding hosting a private app which would only be accessible within an organization?

I’ve gone through the hosting portion of the documentation without issue, however I noticed in the documentation it says the feature is currently in beta. Does Expo intend to support this functionality going forward, or would deploying a private app to a managed google play store be a safer option?

Thanks,
Nick

If you’re unsure of using a feature that’s still in beta, your best bet is to set "privacy": "unlisted" in app.json

That way it doesn’t come up in search results and the only way it can be accessed is if you share the url with someone.

Good luck!
Charlie

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