-
Make it easy to fork the repo and deploy it to a separate Google project/package name.
This issue is a placeholder of things to replace:
* `gcp_service_account_key.json`
* `firebase_service_accou…
-
Hi,
We have now upgraded our subscription to the enterprise level.
Can you kindly enhance the current fingerprint library with the below functionalities?
1. Upgradation of the current fingerpri…
-
Introduce an API for storing keys in JDK KeyStore, Apple KeyChain, SecureEnclave and other places.
-
As iOS platform supports Keychain experimentally, other platforms have similar secure implementations of a simple key-value storage directly, like Android's [Keystore](https://developer.android.com/pr…
-
## 聊一聊打包
### 关于iOS:
1. 描述式文件下载安装
> appid、私钥密码、profile文件(.mobileprovision)、私钥证书(.p12)
2. 上App Store
### 关于Android
> Android包名、私钥密码、证书别名、证书文件(.keystore)
-
I have tested the lightwallet.js on webveiw in IOS.
The functions are working but executes very slow!
Exactly the 20-30 sec timeout I have on function call
`lightwallet.keystore.deriveKeyFromPas…
-
- [ ] Change environment configurations (2 hours)
- [ ] Bump versions automatically based on tags and branches' name (4 hours)
- [ ] Android
- [ ] Signing: enter keystore password (2 hours)
- …
-
**Issue**
I randomly encounter events where the object key for a hive object is null.
For example:
```dart
await queuedItem.delete();
```
and
```dart
await _cacheService.queuedItems.put(
…
-
The documentation states that accessible option is only for iOS. What is the default behavior for android? Is there any possibility of being able to configure this? It's fairly critical behavior.
And…
-
Hi,
We use **lightwallet 3.0.1** in our progressive web application. In some cases, the two functions
- **lightwallet.keystore.createVault**
- **vault.keyFromPassword**
take an incredibly long…