@FRP wrote:
Hi Everyone,
I have an ipa of my most recent package installed on my iPhone. I also have my master channel within Ionic Pro set to automatically deploy.
<plugin name="cordova-plugin-ionic" spec="^2.0.4"> <variable name="APP_ID" value="hidden-for-privacy" /> <variable name="CHANNEL_NAME" value="Master" /> <variable name="UPDATE_METHOD" value="background" /> </plugin>
After doing the following
-Save All
-git add .
-git commit -m ‘new v 0.0.1’
-git push
-git push ionic masterI wait for the master channel to automatically deploy to my new commit , close my app on my phone and load the ‘new’ version. However, none of my changes are shown.
Any ideas?
Posts: 1
Participants: 1