66
Views
4
Comments
[Key Store Plugin] MABS 6.3 upgradation error
key-store-plugin
Mobile icon
Forge component by Hector Gordin
Application Type
Mobile
Service Studio Version
10.0.1002.0

Hi Guys, am facing an issue in upgrading mobile app from MABS 5 to 6.3. Am able to generate the app but not able to open the app, its logging the following error. 

Thanks 

Deepak


Hi,


This error problably is related with the cordova plugin cordova-plugin-secure-storage, tipicly used on component by component Key Store Plugin.

I found a similar error reported on this link.

https://github.com/Crypho/cordova-plugin-secure-storage/issues/169

Try generate the app using MABS 6.2


Hi Goncalo Ferraria, 

Thanks for your reply, i try to generate the app using 6.2 but the same error.

Hi Deepak,


you can confirm that you are using the last plugin version? I‘m using this plugin on my projects, and building the app with mabs 6.2 and working fine.


i Will try Build a dummy app on My personal area and i give you some feedback.

Hi Deepak,

According to my last post, I tried to generate a sample app on my personal area, including the last version of Keystore Plugin. The app was generated with success!

The original problem is:

  • API 29 No longer supports com.android.credentials.UNLOCK
  • You no longer need com.android.credentials.UNLOCK while dealing with API29

Please open the Key Store Plugin that you are using and confirm that you are using the correct url for the last cordova plugin. You need to have the version "2.6.8-OS4".


The last month the OS launch a new version of this plugin "2.6.8-OS5" but is not oficial, because is a beta. Try change the final part of url from "2.6.8-OS4" to "2.6.8-OS5" and generate the app.

Another thing you can do is to temporarily remove the plugin from your application and try to generate an application, to ensure that the error is caused by this plugin.

Thank you.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.