Closed jqr91 closed 3 years ago
ERROR SecureStorageEchoObject _objectInstance : SecureStorage service : "myapp" __proto__ : Object __proto__ : Object
in Android 8.1 (API 27) the init of create storage entry always in error. This is my code:
this.secureStorage.create('mydrive') .then( (storage: SecureStorageEchoObject) => { console.log('storage init'); this.storage = storage; this.storage.keys().then(keys => { console.log('keys' + keys); } }); }, (error) => { console.log('ERROR', error); //resolve(); });
ERROR SecureStorageEchoObject _objectInstance : SecureStorage service : "myapp" __proto__ : Object __proto__ : Object
in Android 8.1 (API 27) the init of create storage entry always in error. This is my code:
this.secureStorage.create('mydrive') .then( (storage: SecureStorageEchoObject) => { console.log('storage init'); this.storage = storage; this.storage.keys().then(keys => { console.log('keys' + keys); } }); }, (error) => { console.log('ERROR', error); //resolve(); });