I have implemented mobile-first non-secure direct update feature by following this document in IONIC project.
When I push an update using MFP server, It gives a popup in application to download it. It's working fine in Android.
In IOS, After finishing of update, changes are not getting reflected in application. On next adapter call it again shows me update popup and it's going in loop.
Error after finish of update :-
Failed to load webpage with error: The URL can’t be shown
If I kill the application and open again, it's started working with pushed changes.
Mobilefirst plugin works fine with cordova project but with ionic project it gives above error. And plugin cordova-plugin-ionic-webview
cause this issue.
MobileFirst server version :- 8.0.0.00-20180220-083852
MobileFirst Cordova(plugin) version :- 8.0.0.00-20180227-121751
iPhone IOS version :-10.3.2
Ionic version :- 3.8.0
Cordova version :- 6.5.0
Permissions in config :-
<access origin="*" />
<allow-navigation href="http://*/*" />
<allow-navigation href="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />