<?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: Windows Store support in 100.13 in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170684#M10964</link>
    <description>&lt;P&gt;We tried re-submitting yesterday morning and it succeeded (with no other changes on our end). We've already published our app to the store and everything seems to be in order.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 04 May 2022 16:23:33 GMT</pubDate>
    <dc:creator>brayden-marshall</dc:creator>
    <dc:date>2022-05-04T16:23:33Z</dc:date>
    <item>
      <title>Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1159608#M10874</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm seeing an issue with Windows Store deployment that seems related to the ArcGIS Runtime SDK.&lt;/P&gt;&lt;P&gt;We've recently upgraded our app to the SDK version 100.13, and are preparing for a release of our own. Just after upgrading to 100.13, I'm seeing that our app is now failing to pass the test in the WACK (Windows App Certification Kit), meaning that we won't be able to submit to the Windows Store.&lt;/P&gt;&lt;P&gt;The failed requirement from the WACK report is showing the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;REQUIREMENT NUMBER="15" TITLE="Supported API test" RATIONALE="The application should only refer to the APIs allowed by the Windows SDK for Windows Store Apps."&amp;gt;
   &amp;lt;TEST INDEX="38" NAME="Supported APIs" DESCRIPTION="Windows Store App must only use supported platform APIs." EXECUTIONTIME="03h:18m:12s.70ms" OPTIONAL="FALSE"&amp;gt;
     &amp;lt;MESSAGES&amp;gt;
       &amp;lt;MESSAGE TEXT="API ?id@?$codecvt@_UDU_Mbstatet@@@std@@2V0locale@2@A in msvcp140_codecvt_ids_app.dll is not supported for this application type. runtimecore.dll calls this API." /&amp;gt;
     &amp;lt;/MESSAGES&amp;gt;
     &amp;lt;RESULT&amp;gt;&amp;lt;![CDATA[FAIL]]&amp;gt;&amp;lt;/RESULT&amp;gt;
   &amp;lt;/TEST&amp;gt;
&amp;lt;/REQUIREMENT&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;The relevant portion is on line 4, saying &lt;STRONG&gt;"... runtimecore.dll calls this&lt;/STRONG&gt; &lt;STRONG&gt;API"&lt;/STRONG&gt;, which makes me think it's related to the SDK upgrade. I don't know much about the rest of that error message, other than that it seems to be referencing &lt;A href="https://docs.microsoft.com/en-us/cpp/standard-library/codecvt?view=msvc-170" target="_self"&gt;this codecvt library&lt;/A&gt;, saying that it is not supported for Windows Store.&lt;/P&gt;&lt;P data-unlink="true"&gt;Can anyone provide more insight into this issue?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 19:43:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1159608#M10874</guid>
      <dc:creator>brayden-marshall</dc:creator>
      <dc:date>2022-03-30T19:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1160813#M10878</link>
      <description>&lt;P&gt;Update on this:&lt;BR /&gt;&lt;BR /&gt;The initial test I did wasn't using the latest version of the WACK. After upgrading to the WACK from the latest Windows SDK (10.0.22000.194), the test now succeeds with no changes to our app. I don't yet fully understand what the implications of this are, but in any case the issue seems to be with the outdated WACK and not with the ArcGIS Runtime upgrade.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 15:53:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1160813#M10878</guid>
      <dc:creator>brayden-marshall</dc:creator>
      <dc:date>2022-04-04T15:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1161017#M10879</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for confirming that updating to the latest Windows SDK resolved your issue. We&amp;nbsp;have occasionally seen API calls falsely reported by previous versions of the WACK, and this appears to be a similar case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 00:39:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1161017#M10879</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2022-04-05T00:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1165377#M10904</link>
      <description>&lt;P&gt;Although WACK 10.0.22000.194 does not report an issue when we submit our app to the store we end up with aforementioned blocking error.&amp;nbsp; This is true for 100.13.0 and 100.13.1.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 19:56:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1165377#M10904</guid>
      <dc:creator>DavePriest1</dc:creator>
      <dc:date>2022-04-18T19:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1169563#M10942</link>
      <description>&lt;P&gt;This issue has been reproduced and it is under investigation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 13:58:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1169563#M10942</guid>
      <dc:creator>MichaelBranscomb</dc:creator>
      <dc:date>2022-04-30T13:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170505#M10961</link>
      <description>&lt;P&gt;It appears Microsoft has fixed something in their certification process, and it'll now go through again. Could you retry submitting the app and report back if it also works for you?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 05:55:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170505#M10961</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2022-05-04T05:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170684#M10964</link>
      <description>&lt;P&gt;We tried re-submitting yesterday morning and it succeeded (with no other changes on our end). We've already published our app to the store and everything seems to be in order.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 16:23:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170684#M10964</guid>
      <dc:creator>brayden-marshall</dc:creator>
      <dc:date>2022-05-04T16:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170688#M10965</link>
      <description>&lt;P&gt;Wish I could say the same.&amp;nbsp; This is from an hour ago.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Supported API test&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;STRONG&gt;FAILED&lt;/STRONG&gt;&lt;DIV&gt;Supported APIs&lt;/DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Error Found:&amp;nbsp;&lt;/SPAN&gt;The supported APIs test detected the following errors:&lt;/SPAN&gt;&lt;UL class=""&gt;&lt;LI&gt;API ?id@?$codecvt@_UDU_Mbstatet@@@std@@2V0locale@2@A in msvcp140_codecvt_ids_app.dll is not supported for this application type. runtimecore.dll calls this API.&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;Impact if not fixed:&amp;nbsp;&lt;/SPAN&gt;Using an API that is not part of the Windows SDK for Microsoft Store apps violates the Microsoft Store certification requirements.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;How to fix:&amp;nbsp;&lt;/SPAN&gt;Review the error messages to identify the API that is not part of the Windows SDK for Microsoft Store apps. Please note, apps that are built in a debug configuration or without .NET Native enabled (where applicable) can fail this test as these environments may pull in unsupported APIs. Retest your app in a release configuration, and with .NET Native enabled if applicable. See the link below for more information:&lt;BR /&gt;&lt;A href="http://go.microsoft.com/fwlink/?LinkID=244022" target="_blank" rel="noopener"&gt;Alternatives to Windows APIs in Microsoft Store apps.&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 04 May 2022 16:26:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170688#M10965</guid>
      <dc:creator>DavePriest1</dc:creator>
      <dc:date>2022-05-04T16:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170689#M10966</link>
      <description>&lt;P&gt;Is your app 32bit, 64bit or Any CPU?&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 16:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170689#M10966</guid>
      <dc:creator>DavePriest1</dc:creator>
      <dc:date>2022-05-04T16:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170690#M10967</link>
      <description>&lt;P&gt;Ah nevermind, i didnt scroll enough, its fails for both 32bit and 64bit in the report for me.&lt;/P&gt;</description>
      <pubDate>Wed, 04 May 2022 16:30:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1170690#M10967</guid>
      <dc:creator>DavePriest1</dc:creator>
      <dc:date>2022-05-04T16:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Windows Store support in 100.13</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1204797#M11277</link>
      <description>&lt;P&gt;We've worked some more with the Microsoft Store people, and they assure us the issue has been fixed (again).&lt;/P&gt;&lt;P&gt;However since this has actually gone back and forth a few times getting blocked and unblocked, v100.15 completely avoids the two API calls that were flagged. So you should be able to resubmit again, but if all else fails, 100.15 should also be an option (if you're in a position to upgrade)&lt;/P&gt;</description>
      <pubDate>Sun, 21 Aug 2022 03:17:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/windows-store-support-in-100-13/m-p/1204797#M11277</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2022-08-21T03:17:20Z</dc:date>
    </item>
  </channel>
</rss>

