I have the same issue with iOS. I found an example App from github (arcgis-runtime-samples-ios/DownloadTileCacheSample/DownloadTileCacheSample/ViewController.m at master · Esri/arcgis-runt…) and it worked pretty well with the example URL. I had generated tiles on my ArcGIS-Server and I can view them on my App (cached data are accessible through browser and my App). Further I checked the option "Allow clients to export cache tiles" for my tiled MapService.
What I want:
- Save tiles on iOS device (iPhone).
What i did:
- I am using the Object AGSExportTileCacheTask to estimate the download size (Method: "[tileCacheTask estimateTileCacheSizeWithParameters:params status:...]" )
- First i get the status "1" (two times) and then 4294967295 (<SPAN class="pln">ULONG_MAX</SPAN><SPAN class="pun"></SPAN>). The ULONG_MAX status repeats for ever.
<SPAN class="pln">ULONG_MAX</SPAN><SPAN class="pun"></SPAN>
- On Server side I get the Message: "Found Number of tiles to Export = 27 Average Tile size: 146,162000 Total Tiles sized: 0,000000"
I requested the levels 6 and 7. They are both available and show by the app. But I can't export them. Did i miss something?
Has anyone an idea?
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.