View Issue Details

IDProjectCategoryView StatusLast Update
0011682Talerwallet (iOS App)public2026-07-30 07:57
ReporterFlorian Dold Assigned ToMarcS  
PriorityhighSeveritymajorReproducibilityalways
Status acknowledgedResolutionopen 
Target Version1.6 
Summary0011682: trying to add SEPA bank account in iOS wallet leads to internal core error
DescriptionSteps:
* Start with empty wallet
* Go to Settings => Bank Accounts
* Tap "plus"
* Enter a label
* Tap "Account holder" field

Now an "internal core error" message is shown.

App version: nightly 1.6.4 (1.6.14).
TagsNo tags attached.

Activities

MarcS

2026-07-30 07:57

developer   ~0029304

It’s not ‘unexpected‘ that the user might enter garbage data. That means we need a proper error code.
Wallet-core needs to tell exactly what’s wrong. For example, “Invalid IBAN”, or “Name too short”.

The “Done” button should not appear before “addBankAccount” succeeded. Before that, the button should say “Cancel”.

Issue History

Date Modified Username Field Change
2026-07-27 11:34 Florian Dold New Issue
2026-07-27 11:34 Florian Dold Status new => assigned
2026-07-27 11:34 Florian Dold Assigned To => MarcS
2026-07-30 07:57 MarcS Status assigned => acknowledged
2026-07-30 07:57 MarcS Note Added: 0029304