-
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
**Current behavior:**
When trying to create a Secure Storage this Error is thrown: 'Error: Missing Command E…
-
Calling `secureStorage.create()` in browser (`ionic serve`) the returned Promise is never resolved/rejected when run in browser.
I'm using the following code:
```
this.platform.ready()
…
-
Hey all,
I am trying to get the secure storage module intagrated as service.
I have the following so far, to test all is working..
```typescript
import { Injectable } from '@angular/core';
im…
-
### Expected Behaviour
I'm trying to do 'cordova run android'
### Actual Behaviour
Error: /Users/giladkaplan1/Projects/Production/EPAActive/platforms/android/gradlew: Command failed with exit cod…
-
The NuGet Package is not compatible with the latest android support packages. Your build is made with:
Xamarin.Android.Support.v7.AppCompat (23.0.0)
Xamarin.Android.Support.CustomTabs (23.0.0)
…
-
Works fine with v2.6.5 but with v2.6.6 windows platform throws 'Missing Command Error' when trying to create the secure storage...
-
After moving to ionic-native 3 core and reinstalling the SecureStorage plugin, I'm getting the following error (below). The project won't even load onto the phone. Things I've tried that didn't help:
…
-
_From @karlbateman on February 2, 2017 10:1_
**Ionic version:** (check one with "x")
[ ] **1.x**
[x] **2.x**
**I'm submitting a ...** (check one with "x")
[x] bug report
[ ] feature request
…
jgw96 updated
7 years ago
-
This is my code:
`
this.platfrm.ready().then(() => {
this.secureStorage= new SecureStorage();
this.secureStorage.create('storeroom')
.then(
() => console.log('Sto…
-
Hello, I installed Secure storage but i get an error in playstore's crash report for
Android 4.2.
```
java.lang.NoSuchMethodError: javax.crypto.Cipher.updateAAD
at com.crypho.plugins.AES.initC…