<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic AGSLocalTiledLayer Problem in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332374#M2904</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created .tpk and put it in iPad Application Documents folder and trying to use as AGSLocalTiledLayer in a simple iPad application. I am facing below problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: This has been observed while running in the simulator iPad 5.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OS: Mac OS X 10.7.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XCode: 4.3.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simulator: iPad 5.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.tpk loads as AGSLocalTiledLayer without any problem, if the .tpk has been generated with 15 levels out of 20. i.e. (less than 20MB).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if i generate tiles for all levels and create .tpk, with a size of 15 GB, the AGSLocalTiledLayer does not show up. The mapview is shown in grey color.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to use offline data with large size (15GB). Please throw some pointers on how to deploy large files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jul 2013 09:11:13 GMT</pubDate>
    <dc:creator>MuzammilAK</dc:creator>
    <dc:date>2013-07-22T09:11:13Z</dc:date>
    <item>
      <title>AGSLocalTiledLayer Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332374#M2904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created .tpk and put it in iPad Application Documents folder and trying to use as AGSLocalTiledLayer in a simple iPad application. I am facing below problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: This has been observed while running in the simulator iPad 5.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;OS: Mac OS X 10.7.5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;XCode: 4.3.3&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Simulator: iPad 5.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;.tpk loads as AGSLocalTiledLayer without any problem, if the .tpk has been generated with 15 levels out of 20. i.e. (less than 20MB).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if i generate tiles for all levels and create .tpk, with a size of 15 GB, the AGSLocalTiledLayer does not show up. The mapview is shown in grey color.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have to use offline data with large size (15GB). Please throw some pointers on how to deploy large files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 09:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332374#M2904</guid>
      <dc:creator>MuzammilAK</dc:creator>
      <dc:date>2013-07-22T09:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: AGSLocalTiledLayer Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332375#M2905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a bug with the 10.1 series SDK - can't use tile caches larger than 2GB:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/85507-Large-tile-packages-not-displaying-in-latest-SDK"&gt;http://forums.arcgis.com/threads/85507-Large-tile-packages-not-displaying-in-latest-SDK&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm still waiting to hear what the fix will be from ESRI - for now... if you absolutely must use large tile caches you should probably revert to the 2.3 SDK.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Otherwise you might have to create a series of smaller tile caches and rig up some code to swap them out based on the map extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry there isn't better news - I am eagerly awaiting a fix for this!&amp;nbsp; Hopefully ESRI pushes out a fix for the 10.1.1 SDK and doesn't just hold off until 10.2 is released.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jul 2013 17:05:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332375#M2905</guid>
      <dc:creator>MichaelDavis3</dc:creator>
      <dc:date>2013-07-22T17:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: AGSLocalTiledLayer Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332376#M2906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please let me know how do I revert back to sdk version 2.3.2. How can I uninstall Arcgis runtime sdk 10.1.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to delete the folders under /Library/SDKs , and installed 2.3.2. Still the projects try to reference $(HOME)/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Versions/Current/Resources/ArcGIS.bundle (which is applicable to 10.1.1 sdk) and throwing the build error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried to set the Framework Search Path to $(HOME)/Library/SDKs/ArcGIS/**. But no luck.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Am I missing anything here. Please advise.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jul 2013 07:49:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332376#M2906</guid>
      <dc:creator>MuzammilAK</dc:creator>
      <dc:date>2013-07-23T07:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: AGSLocalTiledLayer Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332377#M2907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, TPKs greater than 2GB is not working with current SDK. It's a bug and will be fixed in next version of the SDK release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Muzammil - In order to fix the issue, you should remove ArcGIS.bundle attached in your project and re-add.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 22:26:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332377#M2907</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2013-07-24T22:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: AGSLocalTiledLayer Problem</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332378#M2908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We've removed the 2GB size limit for tile packages at 10.1.1 Update 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is available for &lt;/SPAN&gt;&lt;A href="http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.main&amp;amp;amp;downloadid=992"&gt;download&lt;/A&gt;&lt;SPAN&gt; now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 17:27:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agslocaltiledlayer-problem/m-p/332378#M2908</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2013-08-15T17:27:51Z</dc:date>
    </item>
  </channel>
</rss>

