Skip to content
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.

change appStoreUrl to valid URL #474

Closed
wants to merge 1,630 commits into from
Closed

Conversation

laiso
Copy link
Contributor

@laiso laiso commented Jun 19, 2020

Purpose

iOS版の「アプリを周りの人に知らせる」で共有されるAppStoreへのリンクを現行の apps.apple.com ドメインへ更新します。

これによってiOS版LINEのプレビュー機能のように旧ドメインをサポートしないプラットフォームでの動作が改善します。

fix #451 (About messages when sharing the app on line)

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

@mala
Copy link

mala commented Jun 19, 2020

現行のドメインが apps のようなので変更するのに越したことはないと思いますが、異なるタイトルと画像が出ていたのはLINEのプレビュー機能が旧ドメインに対応していないというわけではなく、クロールしたタイミングで設定されていた情報が何らかの理由でおかしかったからのようです。(今は正しい情報が表示されるはずです)

@laiso
Copy link
Contributor Author

laiso commented Jun 20, 2020

おっしゃるとうり上記のLINEの例については原因はこの特定のURLのキャッシュによるものでした。訂正します。

現在 itunes.apple.com はアクセスすると apps.apple.com にリダイレクトされるようです

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

About messages when sharing the app on line