<?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: Always error and white screen when using the Vector base map on 'ProMax' iPhone. in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1662703#M7879</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/798558"&gt;@ZhouYi&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;Glad that solution works. With respect to your questions:&lt;/P&gt;&lt;P&gt;1) Yes, many developers make use of API Keys and the Location Platform basemap services (and so use this constructor). It's a popular way to enable access to our high quality up-to-date basemaps (and other location services) for apps where the app users do not sign in with an ArcGIS Online or ArcGIS Enterprise account.&lt;/P&gt;&lt;P&gt;2) Since 2022, many developers have been required to use our modern, metered basemap services through Location Platform. You can learn more about this requirement and our full terms of use&amp;nbsp;&lt;A href="https://developers.arcgis.com/documentation/mapping-and-location-services/services-required-update/" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In short (though please read that page for full details): if your application does not require your users to sign in with their ArcGIS Online or ArcGIS Enterprise account, then this most likely applies to you. In that case, API Keys are the appropriate way to access those basemaps. Bear in mind that you get a &lt;A href="https://location.arcgis.com/pricing/#basemaps" target="_self"&gt;generous free basemap allowance&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If you are building an application for ArcGIS Online or ArcGIS Enterprise users where those users will sign into the app with their ArcGIS account, then you might not need to use API Keys. In that case your app can enable basemap access for those users by allowing them to sign in with their ArcGIS account.&lt;/P&gt;</description>
    <pubDate>Sat, 01 Nov 2025 22:25:32 GMT</pubDate>
    <dc:creator>Nicholas-Furness</dc:creator>
    <dc:date>2025-11-01T22:25:32Z</dc:date>
    <item>
      <title>Always error and white screen when using the Vector base map on 'ProMax' iPhone.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1661717#M7873</link>
      <description>&lt;P&gt;My dev device is an iPhone 15 ProMax with iOS 26. And the version for ArcGIS Swift SDK is 100.15.6.&lt;/P&gt;&lt;P&gt;If I create a map with this code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AGSMap(basemapType: "StreetsVector", latitude: 42, longitude: -73, levelOfDetail: 5)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;An error always happens, and the map view will be white. Here is the error message:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Printing description of err:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;▿ Optional&amp;lt;Error&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; - some : Error Domain=com.esri.arcgis.runtime.error Code=18 "Internal error." UserInfo={NSLocalizedFailureReason=, NSLocalizedDescription=Internal error., Additional Message=}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Printing description of $R0:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Internal error.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;But if using the basemap without vector, such as this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;AGSMap(basemapType: "Streets", latitude: 42, longitude: -73, levelOfDetail: 5)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;The map can display correctly without any error.&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;Another information is I tried on other real deives with the same code, here is the result:&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;iPhone 16&amp;nbsp; --&amp;gt; Work&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;iPhone 17 Pro Max --&amp;gt; Error&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;iPad mini 5 --&amp;gt; Error&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;iPhone 16 Pro --&amp;gt; Work&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;iPhone SE 2--&amp;gt; Work&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;SPAN&gt;If anyone encounters a problem similar to mine or has some idea about my problem, we can discuss it together. Thank you for being so helpful~&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 09:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1661717#M7873</guid>
      <dc:creator>ZhouYi</dc:creator>
      <dc:date>2025-10-29T09:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: Always error and white screen when using the Vector base map on 'ProMax' iPhone.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1661995#M7874</link>
      <description>&lt;P&gt;Hi. That constructor is marked as deprecated. You should use &lt;A href="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_map.html#a127edf18c60cb36d6558c5dd25528354" target="_self"&gt;this&lt;/A&gt; instead, and set the Map's &lt;A href="https://developers.arcgis.com/ios/api-reference/interface_a_g_s_map.html#ada5d2891da60b71b9a286e637996ce4c" target="_self"&gt;initialViewpoint&lt;/A&gt;&amp;nbsp;or the MapView's viewpoint (see &lt;A href="https://developers.arcgis.com/ios/maps-2d/tutorials/display-a-map/#add-a-map" target="_self"&gt;this tutorial&lt;/A&gt;). You'll need to convert your zoom level 5 to a scale value (see &lt;A href="https://developers.arcgis.com/documentation/mapping-and-location-services/reference/zoom-levels-and-scale/" target="_self"&gt;this tool&lt;/A&gt;).&lt;/P&gt;&lt;P&gt;Please let us know if you still see the issue with that constructor.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 17:28:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1661995#M7874</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2025-10-29T17:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Always error and white screen when using the Vector base map on 'ProMax' iPhone.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1662086#M7875</link>
      <description>&lt;P&gt;Thanks for your help!&lt;/P&gt;&lt;P&gt;I will try it and provide more information.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 01:33:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1662086#M7875</guid>
      <dc:creator>ZhouYi</dc:creator>
      <dc:date>2025-10-30T01:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: Always error and white screen when using the Vector base map on 'ProMax' iPhone.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1662139#M7877</link>
      <description>&lt;P&gt;Hi Nicholas, Thanks for your help. Your solution can help me to fix the issue.&lt;/P&gt;&lt;P&gt;But for our production environment, we&amp;nbsp; never used an apikey. So that I have 2 question about this issue.&lt;/P&gt;&lt;P&gt;1.Is using apikey and this constructor the most populate?&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. Why this issue happend? (I guess these 2 constructor request different basemap url, does it correct?)&lt;/P&gt;&lt;P&gt;Thanks~&lt;/P&gt;</description>
      <pubDate>Thu, 30 Oct 2025 09:26:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1662139#M7877</guid>
      <dc:creator>ZhouYi</dc:creator>
      <dc:date>2025-10-30T09:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Always error and white screen when using the Vector base map on 'ProMax' iPhone.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1662703#M7879</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/798558"&gt;@ZhouYi&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;Glad that solution works. With respect to your questions:&lt;/P&gt;&lt;P&gt;1) Yes, many developers make use of API Keys and the Location Platform basemap services (and so use this constructor). It's a popular way to enable access to our high quality up-to-date basemaps (and other location services) for apps where the app users do not sign in with an ArcGIS Online or ArcGIS Enterprise account.&lt;/P&gt;&lt;P&gt;2) Since 2022, many developers have been required to use our modern, metered basemap services through Location Platform. You can learn more about this requirement and our full terms of use&amp;nbsp;&lt;A href="https://developers.arcgis.com/documentation/mapping-and-location-services/services-required-update/" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;In short (though please read that page for full details): if your application does not require your users to sign in with their ArcGIS Online or ArcGIS Enterprise account, then this most likely applies to you. In that case, API Keys are the appropriate way to access those basemaps. Bear in mind that you get a &lt;A href="https://location.arcgis.com/pricing/#basemaps" target="_self"&gt;generous free basemap allowance&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;If you are building an application for ArcGIS Online or ArcGIS Enterprise users where those users will sign into the app with their ArcGIS account, then you might not need to use API Keys. In that case your app can enable basemap access for those users by allowing them to sign in with their ArcGIS account.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2025 22:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1662703#M7879</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2025-11-01T22:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: Always error and white screen when using the Vector base map on 'ProMax' iPhone.</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1663403#M7880</link>
      <description>&lt;P&gt;One thing I would add: the ArcGIS Runtime SDK for iOS is now in Mature Support. You should really consider &lt;A href="https://developers.arcgis.com/swift/reference/migrate-from-100-x-to-200-x/" target="_self"&gt;migrating to the ArcGIS Maps SDK for Swift&lt;/A&gt; if at all possible.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Nov 2025 22:04:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/always-error-and-white-screen-when-using-the/m-p/1663403#M7880</guid>
      <dc:creator>Nicholas-Furness</dc:creator>
      <dc:date>2025-11-04T22:04:40Z</dc:date>
    </item>
  </channel>
</rss>

