**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");
↧
Switch channel in ionic view app
↧