View Issue Details

IDProjectCategoryView StatusLast Update
0010675Talerwallet (iOS App)public2025-11-27 23:42
ReporterFlorian Dold Assigned To 
PrioritynormalSeverityfeatureReproducibilityhave not tried
Status newResolutionopen 
Summary0010675: iOS wallet should show shopping URL(s) for currency
DescriptionThe balances now contains a list of shopping URLs for each scope, the wallet UI should display it to the user in the action dialogue.

The dev experiment taler://dev-experiment/fake-shopping-url?url=https%3A%2F%2Ftaler.example.com can be used to test this even without an exchange that sets the shopping URL.
Additional Information{
  "balances": [
    {
      "scopeInfo": {
        "currency": "TESTKUDOS",
        "type": "exchange",
        "url": "http://localhost:8081/"
      },
      "available": "TESTKUDOS:4.85",
      "pendingIncoming": "TESTKUDOS:0",
      "pendingOutgoing": "TESTKUDOS:0",
      "flags": [],
      "shoppingUrls": [
        "https://taler-shopping.example.com"
      ],
      "disablePeerPayments": true
    }
  ]
}
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-11-27 23:40 Florian Dold New Issue
2025-11-27 23:40 Florian Dold Issue generated from: 0010674
2025-11-27 23:40 Florian Dold Issue cloned: 0010676
2025-11-27 23:42 Florian Dold Description Updated