Live Update. UPDATE_METHOD none not working

Hi,

I have setup my live update config as this :

 <plugin name="cordova-plugin-ionic" spec="^2.0.2">
        <variable name="APP_ID" value="3a02e852" />
        <variable name="UPDATE_API" value="https://api.ionicjs.com" />
        <variable name="MAX_STORE" value="2" />
        <variable name="CHANNEL_NAME" value="Production" />
        <variable name="UPDATE_METHOD" value="none" />
    </plugin>

But new version download are happening regardless of the update method = "none"
In fact, I would like to handle user experience myself with a message, but right now i can’t control that.

Help please

Jag

1 Like