Skip to content

Latest Releases

This page includes the latest releases of the Age Verification Blueprint applications. The applications should be considered as reference implementations that can be used by Member States or by any other public or private entity to build an EU Age Verification solution.

The applications are available as open source to allow the community to provide feedback and contribute to the development of the solution.

It should be noted that these applications are not intended to be used in production as-is. They require further development, security hardening, and adaptation to specific deployment contexts before being suitable for real-world use.

Android Wallet UI

Version: 2026.04-2
Release date: 2026-04-17

Release Notes

This release hardens the Age Verification Blueprint App across several layers.

  • On-device data: database and settings encrypted at rest, with keys protected by the device’s hardware-backed key store.
  • Runtime: the app checks device integrity on startup and refuses to run on rooted or jailbroken devices. Production deployments should complement it with stronger device-attestation mechanisms appropriate to their infrastructure and compliance requirements.
  • Passport onboarding: more stable scanning; the passport photo is stored privately and deleted as soon as it’s no longer needed.
  • PIN: stricter rules block easy-to-guess PINs; PINs are salted and hashed, never stored in plain form.

First hardening step — more to come.

All releases


iOS Wallet UI

Version: 2026.4.1
Release date: 2026-04-15

Release Notes

  • Bugfix: Fix logging bootstrapped twice, update walletkit to 0.20.2 by @calt
  • Chore/update App Icon by @calt
  • Update in app logos by @calt
  • HOTFIX: refreshes cert pins and disables issuer par a dpop by @brahyam
  • EUDIWALLET-1011 Show confirmed age in the card, update AV logo by @calt

Full Changelog: https://github.com/eu-digital-identity-wallet/av-app-ios-wallet-ui/compare/2026.3.2...2026.4.1

All releases