- Kotlin 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
Updated minimum Android requirement and added details about the swiyu Sandbox Wallet, including its availability, limitations, and supported URI schemes. |
||
| app | ||
| build-logic | ||
| config | ||
| gradle | ||
| openid4vc | ||
| resources | ||
| theme | ||
| .editorconfig | ||
| .gitignore | ||
| .ruby-version | ||
| build.gradle.kts | ||
| CONTRIBUTING.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| publiccode.yml | ||
| README.md | ||
| SECURITY.md | ||
| settings.gradle.kts | ||
swiyu - Android wallet
An official Swiss Government project made by the Federal Office of Information Technology, Systems and Telecommunication FOITT as part of the electronic identity (E-ID) project.
Table of Contents
- Overview
- Installation and building
- swiyu Sandbox Wallet
- Missing Features and Known Issues
- Contributions and feedback
- License
Overview
This repository is part of the ecosystem developed for the future official Swiss E-ID. The goal of this repository is to engage with the community and collaborate on developing the Swiss ecosystem for E-ID and other credentials. We warmly encourage you to engage with us by creating an issue in the repository.
For more information about the project please visit the introduction into Public Beta. The technical documentation of the swiyu Public Beta Trust Infrastructure can be found here.
Installation and building
The app requires at least Android 12 (S).
You can also build the app directly using following command:
$ ./gradlew app:assembleProdRelease
You can then find the generated APK under app/build/outputs/apk/prod/release/app-prod-release.apk.
Note
Please be aware that for building from the command line, you must have set up your own keystore.
swiyu Sandbox Wallet
A sandbox version of the swiyu Wallet application is available for integration and testing purposes.
Availability
The swiyu Sandbox Wallet is not published in the Google Play Store. It can be downloaded directly from:
https://github.com/swiyu-admin-ch/eidch-android-wallet/releases
This version is intended exclusively for testing against the Sandbox registries. It cannot be used with the productive registries.
Current Limitations
The swiyu Sandbox Wallet currently operates without dedicated backend services. Backend functionality may be added in a future release.
As a result, the following features are not available:
- Reporting of non-compliant issuers and verifiers
- App version enforcement
- Key Attestation and Client Attestation
- Consequently, hardware-bound credentials cannot be issued
- e-ID issuance flow
Supported URI Schemes
The sandbox wallet currently registers only the following URI schemes:
openid-credential-offeropenid4vpswiyu-sandboxswiyu-verify-sandbox
Missing Features and Known Issues
The swiyu Public Beta Trust Infrastructure was deliberately released at an early stage to enable future ecosystem participants. The feature roadmap shows the current discrepancies between Public Beta and the targeted productive Trust Infrastructure. There may still be minor bugs or security vulnerabilities in the test system. These are marked as ‘KnownIssues’ in each repository.
Contributions and feedback
The code for this repository is developed privately and will be released after each sprint. The published code can therefore only be a snapshot of the current development and not a thoroughly tested version. However, we welcome any feedback on the code regarding both the implementation and security aspects. Please follow the guidelines for contributing found in CONTRIBUTING.
License
This project is licensed under the terms of the MIT license. See the LICENSE file for details.
