<?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 Re: reload mmpk file internal error in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224382#M2067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Divesh. The app has a&amp;nbsp;checkForUpdate function to check for file update every 5 minutes, if there is a newer version, then I'm trying to delete the old file&amp;nbsp;and replacing it with the new MMPK file. then load it into the map view. But I got an internal error message whenever the new MMPK is smaller than the older file.Is that a memory allocation issue? I only get an internal error from the load completion function, and I don't&amp;nbsp;know what exactly is that mean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Mar 2018 21:03:19 GMT</pubDate>
    <dc:creator>weironglin1</dc:creator>
    <dc:date>2018-03-07T21:03:19Z</dc:date>
    <item>
      <title>reload mmpk file internal error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224380#M2065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;I'm trying to keep the latest updated version of the mmpk file to my iOS app. Loading for the first time of that &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; background-color: rgba(255, 0, 0, 0.2);"&gt;mmpk&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; file is fine. After downloading the &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; background-color: rgba(255, 0, 0, 0.2);"&gt;mmpk&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; file using the network request and try to load the &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; background-color: rgba(255, 0, 0, 0.2);"&gt;mmpk&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; file, it fails and gives back an internal error. That happens only when the new &lt;/SPAN&gt;&lt;SPAN class="" style="color: #000000; background-color: rgba(255, 0, 0, 0.2);"&gt;mmpk&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; with different size. Any suggestion or solution for this internal error message?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 15:55:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224380#M2065</guid>
      <dc:creator>weironglin1</dc:creator>
      <dc:date>2018-03-07T15:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: reload mmpk file internal error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224381#M2066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the new mmpk you download have the same file name as the existing one and are you trying to overwrite the existing one on disk? If so, see if the old one is still being used by your app and if that is causing problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the new mmpk has a different file name, then make sure that it is getting downloaded correctly and not getting corrupted because of a network interruption.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, if you can provide the error details it might have some clues&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 18:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224381#M2066</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2018-03-07T18:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: reload mmpk file internal error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224382#M2067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, Divesh. The app has a&amp;nbsp;checkForUpdate function to check for file update every 5 minutes, if there is a newer version, then I'm trying to delete the old file&amp;nbsp;and replacing it with the new MMPK file. then load it into the map view. But I got an internal error message whenever the new MMPK is smaller than the older file.Is that a memory allocation issue? I only get an internal error from the load completion function, and I don't&amp;nbsp;know what exactly is that mean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 21:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224382#M2067</guid>
      <dc:creator>weironglin1</dc:creator>
      <dc:date>2018-03-07T21:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: reload mmpk file internal error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224383#M2068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the issue, The file is not 100% download&amp;nbsp;during the download process, that might cause the app gives&amp;nbsp;an internal error. Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Mar 2018 21:47:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224383#M2068</guid>
      <dc:creator>weironglin1</dc:creator>
      <dc:date>2018-03-07T21:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: reload mmpk file internal error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224384#M2069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Previously, I thought it's the file incomplete issue, but it seems that is a memory problem.The below code is the popups are contained popups item and even I call dismiss to close up the popup window and reload the file, it throws an internal error. But if the popups are an empty array the mmpk&amp;nbsp;file reloads&amp;nbsp;successfully. Also, I try to call the clearAllPopups() to clean up the popups the app is crash. Any idea why the self?.popupsVC = nil&amp;nbsp;is not working?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;self&lt;/SPAN&gt;?.&lt;SPAN class=""&gt;popupsVC&lt;/SPAN&gt; = &lt;SPAN class=""&gt;AGSPopupsViewController&lt;/SPAN&gt;(popups:popups, containerStyle: .&lt;SPAN class=""&gt;navigationBar&lt;/SPAN&gt;)&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2018 21:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/reload-mmpk-file-internal-error/m-p/224384#M2069</guid>
      <dc:creator>weironglin1</dc:creator>
      <dc:date>2018-03-08T21:06:47Z</dc:date>
    </item>
  </channel>
</rss>

