View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0011682 | Taler | wallet (iOS App) | public | 2026-07-27 11:34 | 2026-07-30 07:57 |
| Reporter | Florian Dold | Assigned To | MarcS | ||
| Priority | high | Severity | major | Reproducibility | always |
| Status | acknowledged | Resolution | open | ||
| Target Version | 1.6 | ||||
| Summary | 0011682: trying to add SEPA bank account in iOS wallet leads to internal core error | ||||
| Description | Steps: * 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). | ||||
| Tags | No tags attached. | ||||
|
|
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”. |
| 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 |