<?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 Increased data usage on 100.12 in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/increased-data-usage-on-100-12/m-p/1119456#M7223</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Internet data usage is&amp;nbsp;consuming more on 100.12 version when compared to 100.9. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Prepared a sample app with only few lines of code with changing a map view point on timer basis.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have taken 20&amp;nbsp;different&amp;nbsp;locations &amp;nbsp;on USA(Near Mercer island). And changing view point for every 10 seconds to a new location&amp;nbsp;from those 20 locations.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Attached the both the sample apps. A&lt;/SPAN&gt;&lt;SPAN&gt;nd found 100.12 is consuming 4 times more data than the 100.9 ArcGis version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Data consumed on 100.9 for 2 hours running of app on iPad: 73 MB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Data consumed on 100.12 for 2 hours running of app on iPad: 260 MB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Note: P&lt;SPAN&gt;roper license key needs to be embedded.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Nov 2021 14:18:51 GMT</pubDate>
    <dc:creator>VijayendraKumar</dc:creator>
    <dc:date>2021-11-23T14:18:51Z</dc:date>
    <item>
      <title>Increased data usage on 100.12</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/increased-data-usage-on-100-12/m-p/1119456#M7223</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Internet data usage is&amp;nbsp;consuming more on 100.12 version when compared to 100.9. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Prepared a sample app with only few lines of code with changing a map view point on timer basis.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We have taken 20&amp;nbsp;different&amp;nbsp;locations &amp;nbsp;on USA(Near Mercer island). And changing view point for every 10 seconds to a new location&amp;nbsp;from those 20 locations.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Attached the both the sample apps. A&lt;/SPAN&gt;&lt;SPAN&gt;nd found 100.12 is consuming 4 times more data than the 100.9 ArcGis version.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Data consumed on 100.9 for 2 hours running of app on iPad: 73 MB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Data consumed on 100.12 for 2 hours running of app on iPad: 260 MB&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Note: P&lt;SPAN&gt;roper license key needs to be embedded.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Nov 2021 14:18:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/increased-data-usage-on-100-12/m-p/1119456#M7223</guid>
      <dc:creator>VijayendraKumar</dc:creator>
      <dc:date>2021-11-23T14:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Increased data usage on 100.12</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/increased-data-usage-on-100-12/m-p/1119794#M7224</link>
      <description>&lt;P&gt;In Update11 we made a change to remove our internal, on-disk cache for tiles to reduce disk I/O operations and improve interactivity/performance on some devices. This cache was redundant as there is already a network cache that iOS maintains. Furthermore, the network cache honors HTTP caching semantics which means that clients can comply with cache settings specified by the tile service. For eg, a service might provide tiles that contain traffic data that should not be cached at all, or beyond a time limit.&lt;BR /&gt;&lt;BR /&gt;Your app may be exhausting the default cache limit that iOS provides. You can try increasing the capacity by&amp;nbsp;&lt;A href="https://developer.apple.com/documentation/foundation/nsurlcache/1413377-sharedurlcache" target="_self"&gt;changing the sharedURLCache&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 05:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/increased-data-usage-on-100-12/m-p/1119794#M7224</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2021-11-24T05:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Increased data usage on 100.12</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/increased-data-usage-on-100-12/m-p/1120709#M7228</link>
      <description>&lt;P&gt;Thank you for the reply. Actually we don't want to apply &lt;SPAN&gt;&lt;STRONG&gt;URLCache&lt;/STRONG&gt;&amp;nbsp;&lt;/SPAN&gt;for the entire project. I tried with below code as I am applying for entire project, is there any way to apply only to online ARCGIS api cache mechanism.&lt;/P&gt;&lt;LI-CODE lang="swift"&gt;  let memoryCapacity = 20 * 1024 * 1024

  let diskCapacity = 300 * 1024 * 1024

  let cache = URLCache(memoryCapacity: memoryCapacity, diskCapacity: diskCapacity)

  URLCache.shared = cache&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 29 Nov 2021 09:37:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/increased-data-usage-on-100-12/m-p/1120709#M7228</guid>
      <dc:creator>VijayendraKumar</dc:creator>
      <dc:date>2021-11-29T09:37:47Z</dc:date>
    </item>
  </channel>
</rss>

