web icon indicating copy to clipboard operation
web copied to clipboard

Spike into Native iOS Widget for Application

Open tolltalcrypto opened this issue 2 months ago • 1 comments

What needs investigation? What's the problem to understand?

https://shapeshiftwidgetprototypedoc.vercel.app/

Spike into feasibility of a native iOS widget with our current architecture

AC

Determine Feasability if it is possible to create a widget for iOS with our current app structure
If feasible, what sort of lift would be required to do so?
are there any additional costs we would incure due to this implementation?

tolltalcrypto avatar Nov 17 '25 17:11 tolltalcrypto

Open questions:

  • How can the widget get data from the native app? e.g. watchlist assets.
  • How can we fetch data without a server? Does the app need to be running? What is the refresh time etc

We could potentially do this in 2 stages:

  1. Just use upstream data to populate the widget (no watch list synced with the app). Solve the problem of using a widget with our expo app.
  2. Then work out how to sync data with the app

0xApotheosis avatar Nov 17 '25 22:11 0xApotheosis