View Issue Details

IDProjectCategoryView StatusLast Update
0011682Talerwallet (iOS App)public2026-08-05 12:36
ReporterFlorian Dold Assigned ToMarcS  
PriorityhighSeveritymajorReproducibilityalways
Status resolvedResolutionfixed 
Target Version1.6Fixed in 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”.

MarcS

2026-08-05 12:36

developer   ~0029372

Now calls validateIban on user input, then enables / disables the Add/Update button

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
2026-08-05 12:36 MarcS Status acknowledged => resolved
2026-08-05 12:36 MarcS Resolution open => fixed
2026-08-05 12:36 MarcS Fixed in Version => 1.6
2026-08-05 12:36 MarcS Note Added: 0029372