8
0

update README.md

This commit is contained in:
andre 2026-02-16 16:41:23 +01:00
parent 8a1ceb1f7e
commit 8baac45187

View File

@ -22,7 +22,7 @@
- Java 17
- Android Studio (includes Android SDK + Platform Tools / adb)
## Running the example app (iOS)
## Running the example app (Android)
### Create and Configure the `.env` File
@ -38,8 +38,7 @@ cp .env.example .env
URL=https://test.webid-solutions.de
USERNAME=your_username
API_KEY=your_api_key
CERT_BASE64=your_cert_base64
# optional (only if your JS/native side uses sha pins directly)
CERT_BASE64=On ANdroid it need to be SHA-PINS
# SHA_PINS=sha256/AAAA...,sha256/BBBB...
```