boolder-org / boolder-ios

Boolder iOS app https://www.boolder.com/en/app
MIT License
11 stars 3 forks source link

Offline mode v2 #27

Closed nmondollot closed 2 months ago

nmondollot commented 6 months ago

We used On Demand Resources for the v1 of our offline mode (aka "download photos of an area") Code available here

It works but it makes updating the app painful as we need to manually add the photos to the asset catalog 😬

Let's built a custom solution similar to Android: https://github.com/boolder-org/boolder-android/pull/62

The list of topo photos is available via https://www.boolder.com/api/v1/areas/$areaId/topos.json

nmondollot commented 2 months ago

Implemented in https://github.com/boolder-org/boolder-ios/pull/32