You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
Bug is specific for iOS only, for general issues / questions that apply to iOS and Android please raise them in the documentation repository
Bug is not already reported in another issue
Technical details
Device name: iPhone 13 Pro Simulator
iOS version: 15.0
App version: Simulator on branch release/2.12.x
Describe the bug
Selecting the universal QR code scanner on a simulator and then selecting either "HC1" oder "HC2" in the pop-up "Select a QRCode you want to fake" leads to an invalid signature error.
Steps to reproduce the issue
Open the Corona-Warn-App on your Simulator branched from release/2.12.x
Click on the tab in the middle (the QR code icon)
Select either "HC1" or "HC2" from the pop up
See the invalid signature error.
Expected behaviour
It should be possible to import certificates without a valid signature to a Simulator.
Possible Fix
Disable signature check for Simulators, maybe via the "Override App Features" option in the Developer Menu?
Additional information
This can be tracked in an internal ticket with #3632.
@Ein-Tim Actually, the "fake" certificates indeed have an invalid signature. So the behaviour to reject them is correct (we want to be able to debug even the cryptographic operations like signature verification on the simulator).
If I understand your wish correctly, you want a variant where the signature verification of these fake certificates is "mocked" so that they are accepted and can be stored, and that you can use them to test the behaviour of the app with certificates present.
Avoid duplicates
Technical details
release/2.12.x
Describe the bug
Selecting the universal QR code scanner on a simulator and then selecting either "HC1" oder "HC2" in the pop-up "Select a QRCode you want to fake" leads to an invalid signature error.
Steps to reproduce the issue
release/2.12.x
Expected behaviour
It should be possible to import certificates without a valid signature to a Simulator.
Possible Fix
Disable signature check for Simulators, maybe via the "Override App Features" option in the Developer Menu?
Additional information
This can be tracked in an internal ticket with #3632.
Internal Tracking-ID: EXPOSUREAPP-9765
The text was updated successfully, but these errors were encountered: