Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
その2として、Windows 8のInternet Explorer 10 (IE10)とWindows ストアの連携方法を紹介します。
Webページの<head>にメタタグを2行追加するだけで、Windows 8のIE10でWebページを開いた際に、
ブラウザ下部のボタンから、Windowsストアへ移動すること(「このサイトのアプリを手に入れる」)が可能となります。
1.該当Webページの<head>に、下記のメタタグを、2行追加ください。
<meda name=”msApplication-ID” content=”xxxxxxxxxx” />
<meta name=”msApplication-PackageFamilyName” content=”xxxxxxxxxx” />
2.contentの”xxxxxxxxxx”部分は、下記をそれぞれ記入ください。
・msApplication-IDは、該当アプリの「パッケージ名」
・msApplication-PackageFamilyNameは、該当アプリの「パッケージファミリ名」
これらの情報は、Visual Studioで”Package.appxmanifest”ファイルを参照、「パッケージ化」タブより確認可能です。
下記の弊社エバンジェリストの解説も参照ください。
英語記事
https://blogs.msdn.com/b/ie/archive/2011/10/20/connect-your-web-site-to-your-windows-8-app.aspx
上記翻訳記事
https://blogs.msdn.com/b/ie_jp/archive/2011/12/12/10246582.aspx
