You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.
When downloading a large offline pack I am getting no space left on the device error, while I have a lot of space on the device.
When I debug code while attaching the device to Xcode, I never get this error, but as soon as the build is released and it is downloaded from the test flight, I start getting this error and the offlinePackDidReceiveError function is always gets called for a large area. Small areas work fine most of the time.
Following code is used to start the download for the pack.
Steps to reproduce
![image](https://user-images.githubusercontent.com/694814/158113431-4029d9a2-6f00-4590-8323-ffbe56115bef.png)
![image](https://user-images.githubusercontent.com/694814/158114409-0f35be1d-9b6a-4163-bea7-59e69bbee79e.png)
Delegates for download pack:
![image](https://user-images.githubusercontent.com/694814/158113675-13a3ba6a-e697-4f56-a817-39aaf9c723d3.png)
Expected behavior
User should be able to download large offline packs and should not get no space on device error.
Actual behavior
Not able to download large offline packs. This is happening only in production. While debugging or in simulator everything works fine.
Configuration
Mapbox SDK versions: 6.4.1
iOS/macOS versions: All iOS version
Device/simulator models: Only on production build.
Xcode version: 13.2.1
The text was updated successfully, but these errors were encountered: