Concordium / concordium-reference-wallet-ios

Reference wallet for the Concordium blockchain
Apache License 2.0
11 stars 10 forks source link

Better error message for "session not found" #38

Closed concordium-cl closed 3 years ago

concordium-cl commented 3 years ago

Description Currently when issuing an identity, the session times out after 1 day. If the user doesn't open the app within that time, the identity fails with error "session not found". The session will be prolonged by Notabene (to 7 days; see https://github.com/Concordium/notabene/issues/15) but the error msg should be more informative as well.

@jens-concordium, could you please draft a better message to the user with sth like

Steps to Reproduce

Expected Result

Actual Result

Versions

concordium-cl commented 3 years ago

Same task for Android: https://github.com/Concordium/concordium-reference-wallet-android/issues/25