سؤال

Has anyone successfully used the msApplication-Arguments meta tag to launch a Win8.1 Store app with arguments? Once I add the msApplication-Arguments meta tag to my HTML code, my app fails to launch from the IE Store app.

Here is the MSDN documentation for launching a Store app from a web site via IE Store app. http://msdn.microsoft.com/en-us/library/windows/apps/hh781489.aspx

Here are my meta tags without my actual app ID and package name.

<meta name="msApplication-ID" content="myAppId" />
<meta name="msApplication-PackageFamilyName"
  content="myMicrosoftAppBuildPackageName" />
<meta name="msApplication-Arguments" content="myArgs" />
هل كانت مفيدة؟

المحلول

Found the issue...msApplication-Arguments meta tag does not work from a static HTML file. If the HTML is run from a web server, everything works as described by the MSDN documentation.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top