what is the manifest url when published in release-channel

Hi there,
I know that the url for my app manifest is something like this:
https://expo.io/${id}/index.exp

But, I can’t get how to access the manifest if I’ve published in a release-channel.
Any help?

Thanks!

Iván

hi @ivan-travelperk, you’ll need to pass in a release-channel query parameter (ie) https://exp.host/@username/yourApp?release-channel=staging

more info: https://docs.expo.io/versions/v30.0.0/distribution/release-channels#example-workflow

Thanks Quin

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