From 8baac451876024d90b393130328d2397148887b7 Mon Sep 17 00:00:00 2001 From: andre Date: Mon, 16 Feb 2026 16:41:23 +0100 Subject: [PATCH] update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae1302b..88ab75c 100644 --- a/README.md +++ b/README.md @@ -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... ```