-
Hi,
I encountered an app crash on a Galaxy S3. The device was secured with a pattern and in a second test run with a pin code, both runs led to this crash:
```
W/dalvikvm( 8505): threadid=34: thread…
-
Hi,
We are using phonegap build with angularjs for one of our hybrid apps.
We are trying to integrate the plugin using this version https://build.phonegap.com/plugins/3403 and we are getting the sam…
-
_From @daniel-luberda on September 7, 2015 15:24_
It would be very nice to have **secure settings storing** functionality for things like passwords, session tokens, etc implemented with platform spec…
-
Hi Luca,
Thanks for the new source code. I have built it and ran it on my S7 Edge. It works better than the earlier version when it comes to lags, but I have problem with wifi. It keeps wifi off each…
-
I am able to use the plugin to successfully store and retrieve data on an Android device while the app is running. If i try and close the app out and reopen it the data is no longer found.
-
General procedure:
1. ~~Have the app automatically parse the `/system/bin/vold` and `/system/bin/vdc` ELF binaries and find all of the dependencies and store them in cache. (NOTE: May need hardcoded l…
-
It would be very nice to have **secure settings storing** functionality for things like passwords, session tokens, etc implemented with platform specific API's ensuring security. It could be done just…
-
Hello,
Is this plugin compatible with Android API Level < 19 ?
Because I get the following exception :
```
E/AndroidRuntime: FATAL EXCEPTION: pool-1-thread-2
java.lang.NoSuchMethodError: android.s…
-
When using this plugin, we occasionally get the following error on Android 6.0 devices. I've posted our log below of the error - any ideas on what's causing this?
`02-09 16:17:40.909 455 455 D keysto…
-
I'm using the plugin to store a login token for my app. For iOS i use the keychain mode "WhenUnlockedThisDeviceOnly". When the app is terminated and launched through a notification, I immediately use …