Here's the scenario:
- Android device install WebResource Encrypt MFP APP.
- Direct update web resource.
- Restart this APP [ onDestory() -> onCreate() ]
- Fail to connect MobileFirst8 Server
We enable the follow features:
- Certificate pinning
- WebResource encrypt(mfpdev app webencrypt).
MobileFirst server version :
8.0.0.00-20170901-1903
Cordova MFP plugin version :
- cordova-plugin-mfp 8.0.2017082110
- cordova-plugin-mfp-push 8.0.2017082110
Update 1:
Even if we did not Direct Update web resource, just restart this app will fail to connect MobileFirst server.
The test scenario:
- cordova prepare
- mfpdev app webencrypt (with certificate pinning)
- debug on android device
- first run works fine. but fail to connect when reload this app
Here's the device log when APP restart:

MFP server version : 8.0.0.00-20170901-1903
mfpdev-cli version : 8.0.0-2017080206
cordova-plugin-mfp version : 8.0.2017090705
device info : Android 7.0
Test project source code : GitHub link
