Switch channel in ionic view app

**How can i switch channel in ionic view app ? **
I have production and dev channel on ionic but when i open ionic view app, it always pull data from production channel. How can i make it pull data from dev channel ?
i was set to get from dev channel
// “dev” is the channel tag for the Dev channel.
deploy.setChannel(“dev”);

You can’t. Ionic Deploy and Ionic View are two different things.

If you want to use the dev channel, build your own app and the you can set deploy.setChannel("dev");.