Hi, I am facing an issue with deploy. I am using the “production” channel to deploy to all users and the master for testing before releasing…
I have modified the setting to use the “master” channel for my test users but the app is reverting back to the version on the “production” channel.
I don’t know where to look ?
the config.xml reads “master” , the package.json reads “CHANNEL_NAME”: “Master”,
Any suggestion ?
I am having the exact same issue. While testing, I create a build that used the “Insiders” channel. I was able to create a build that pulled from this channel. Now, I have created a new build I am trying to deploy that defaults to the Beta channel instead, but even though my cordova plugin is set to “Beta” (in both package.json and config.xml) the new build still defaults to the “Insiders” channel for updates.
Same issue here I had two channels working independently for awhile, but recently, my “prod” channel is loading the “dev” channel build after the device sleeps and wakes up. What’s going on ionic???!!!