corona-warn-app / cwa-quicktest-onboarding

This repository contains the informations about onboarding procedure for rapid antigen test partners of the Corona-Warn-App. Please use our Wiki page for further details (german language only).
22 stars 52 forks source link

WRU: /version/v1/publicKey/search/{labId} returns always 200 with empty body #74

Closed dh3wr closed 2 years ago

dh3wr commented 2 years ago

Your Question

I'm trying to implement the DCC functions in the WRU. Test result submission is fine, response 204. The generated QR-Code works in the Android CWA app from Google Play and asks to generate the keys for the DCC.

Tje labId was claimed with corresponding REST request.

But any request to https://dcc-proxy-cff4f7147260.coronawarn.app/version/v1/publicKey/search/{labId}' leads to 200 with empty body.

I read someting about Apple and "Testflight". ->Is it mandatory for an End2End Test (and to get some public keys) to have an Apple device and use this "Testflight" App to test the DCC in WRU? (I don't posess any Apple devices).

Thanks for some hints.

dh3wr commented 2 years ago

Turns out you need an Apple Device to the via "Testflight" a special App to generate the response and obtain the public keys. Without that, no chance to do End2End-Test in the WRU for DCC.