Closed nmondollot closed 2 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
https://www.boolder.com/api/v1/areas/$areaId/topos.json
Implemented in https://github.com/boolder-org/boolder-ios/pull/32
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