web
web copied to clipboard
Spike into Native iOS Widget for Application
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?
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:
- 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.
- Then work out how to sync data with the app