<?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: Reducing .mmpk size - UniqueValue Renderer in Swift Maps SDK Questions</title>
    <link>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1697479#M684</link>
    <description>&lt;P&gt;No unfortunately,&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;uniqueValueGroups&lt;/EM&gt; is not available in 300.0. (300.0 is now live btw)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Owen who responded above is aware of your need, and would plan accordingly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Apr 2026 17:10:33 GMT</pubDate>
    <dc:creator>Ting</dc:creator>
    <dc:date>2026-04-21T17:10:33Z</dc:date>
    <item>
      <title>Reducing .mmpk size - UniqueValue Renderer</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1696054#M676</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;We are currently facing an issue with reducing the size of an MMPK.&lt;/P&gt;&lt;P&gt;According to the documentation (&lt;A href="https://developers.arcgis.com/web-map-specification/objects/uniqueValueRenderer/" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/web-map-specification/objects/uniqueValueRenderer/&lt;/A&gt;), the uniqueValueInfos[] property is deprecated and may be removed in the future. Our current .mmpk file contains both uniqueValueInfos[] and uniqueValueGroups[].&lt;/P&gt;&lt;P&gt;We attempted to remove uniqueValueInfos[], following the documentation, in order to reduce the size of the MMPK while preserving all symbology and data. However, when testing with ArcGIS Swift SDK versions 100.15 and 200.x, we found that removing uniqueValueInfos[] causes symbology to be lost and the data to appear altered.&lt;/P&gt;&lt;P&gt;The .mmpk was created using ArcGIS Pro 3.4.&lt;/P&gt;&lt;P&gt;Does anyone know whether a newer version (e.g., ArcGIS Pro 3.5) or a specific version combination is required to safely remove uniqueValueInfos[] without affecting symbology and data? Or could someone explain what the documentation means in this context?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Marvin&lt;/P&gt;</description>
      <pubDate>Tue, 14 Apr 2026 10:04:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1696054#M676</guid>
      <dc:creator>mmoosbac94</dc:creator>
      <dc:date>2026-04-14T10:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing .mmpk size - UniqueValue Renderer</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1697013#M679</link>
      <description>&lt;P&gt;Hello Marvin!&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;uniqueValueGroups is currently not supported for Native SDKs. Please try removing uniqueValueGroups&amp;nbsp; instead of uniqueValueInfos to reduce the file size.&amp;nbsp;uniqueValueGroups may be supported in the future releases.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 17:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1697013#M679</guid>
      <dc:creator>odeng</dc:creator>
      <dc:date>2026-04-17T17:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing .mmpk size - UniqueValue Renderer</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1697014#M680</link>
      <description>&lt;P&gt;Hi Marvin,&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;uniqueValueGroups&lt;/EM&gt;&amp;nbsp;from webmap spec isn't supported by the Maps SDK yet. We are currently working on supporting it.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2026 17:51:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1697014#M680</guid>
      <dc:creator>Ting</dc:creator>
      <dc:date>2026-04-17T17:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing .mmpk size - UniqueValue Renderer</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1697393#M683</link>
      <description>&lt;P&gt;Hey!&lt;BR /&gt;&lt;BR /&gt;Thanks for your quick reply and that information! Do you already know if it will be supported in the new Swift 300.0 SDK version?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 06:41:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1697393#M683</guid>
      <dc:creator>mmoosbac94</dc:creator>
      <dc:date>2026-04-21T06:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing .mmpk size - UniqueValue Renderer</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1697479#M684</link>
      <description>&lt;P&gt;No unfortunately,&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;uniqueValueGroups&lt;/EM&gt; is not available in 300.0. (300.0 is now live btw)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Owen who responded above is aware of your need, and would plan accordingly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Apr 2026 17:10:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1697479#M684</guid>
      <dc:creator>Ting</dc:creator>
      <dc:date>2026-04-21T17:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reducing .mmpk size - UniqueValue Renderer</title>
      <link>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1698183#M685</link>
      <description>&lt;P&gt;Okay, thanks for that!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Apr 2026 08:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/swift-maps-sdk-questions/reducing-mmpk-size-uniquevalue-renderer/m-p/1698183#M685</guid>
      <dc:creator>mmoosbac94</dc:creator>
      <dc:date>2026-04-24T08:57:07Z</dc:date>
    </item>
  </channel>
</rss>

