64
62

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

AppStore, GooglePlay, MicrosoftStore バッジ入手先とリンク先

Last updated at Posted at 2016-10-30

#概要

類似記事あるかと思いますが、Webからリンク張るときの、以下のようなバッジアイコンの入手先とリンク先の自分用メモです。

button_capture.PNG

#バッジ入手先

App Store
https://developer.apple.com/app-store/marketing/guidelines/jp/

Google Play
https://play.google.com/intl/en_us/badges/

Microsoft Store
https://developer.microsoft.com/ja-jp/store/badges

#Webでのリンク先

Webで表示したURLをそのままコピペするとやたら長くなるので、必要最小限のリンクURLにする

App Store

https://itunes.apple.com/jp/app/(アプリID)

例 https://itunes.apple.com/jp/app/id281796108

Google Play

https://play.google.com/store/apps/details?id=(アプリID)

例 https://play.google.com/store/apps/details?id=com.evernote

Microsoft Store

https://www.microsoft.com/store/apps/(アプリID)

例 https://www.microsoft.com/store/apps/9wzdncrfj3mb

#ストアアプリを直接起動するリンク先

適切なデバイスで表示していれば、Webでのリンク先でもストアアプリが開くので、そちらのほうが汎用的でよいかと思いますが、いちおう参考URLだけ。

App Store
すみません公式ドキュメント見つからず・・・
itms-apps://itunes.apple.com/app/(アプリid) というのであっているのでしょうか。。。

Google Play
https://developer.android.com/distribute/tools/promote/linking.html

Microsoft Store
https://msdn.microsoft.com/ja-jp/windows/uwp/launch-resume/launch-store-app

64
62
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
64
62

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?