The Wayback Machine - http://web.archive.org/web/20200824231430/https://github.com/Covid-19Radar/Covid19Radar/issues/569
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unify Share links on Android and iOS #569

Open
kenz opened this issue Jun 21, 2020 · 6 comments
Open

Unify Share links on Android and iOS #569

kenz opened this issue Jun 21, 2020 · 6 comments
Assignees

Comments

@kenz
Copy link

@kenz kenz commented Jun 21, 2020

Is your feature request related to a problem? Please describe.
The link is made to a platform-dependent store URL, so it cannot be shared with users on another platform.
アプリの共有において、リンク先がプラットフォームに依存したストアのURLとなっているため、異なるプラットフォーム向けのユーザーにアプリを共有できない。

Describe the solution you'd like
Link to https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/cocoa_00138.html
https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/cocoa_00138.html のURLを共有する

@changeworld
Copy link
Contributor

@changeworld changeworld commented Jun 22, 2020

@kenz
ご提案ありがとうございます。
PRにも記載していますが、コミュニティの管轄外である「https://www.mhlw.go.jp/stf/seisakunitsuite/bunya/cocoa_00138.html のURLを共有する」にするという内容ですと受け入れるのは難しいです。

  • 「コミュニティとして管理している利用規約やプライバシーポリシーのように共有用のサイトを作成し、そこを共有する」
  • 「共有用のサイトでは、レビューでリジェクトされないように、表示するプラットフォーム毎に表示を変える」

という内容なら可能かと思いますし、よい改善だと思いますので、確認してみます。

@kenz
Copy link
Author

@kenz kenz commented Jun 22, 2020

@changeworld 表示するプラットフォームごとに表示を変えると、当初の提案であるプラットフォームを越えた共有ができないと思います。
Androidの場合はそのような制限はないと思いますのでAndroidの場合はiOS,Androidのどちらのユーザーにとっても有益であるhttps://www.mhlw.go.jp/stf/seisakunitsuite/bunya/cocoa_00138.html へリンクしiOSの場合はリジェクトを避けるためAppStoreへリンクすると言う変更はいかがでしょうか?

@changeworld
Copy link
Contributor

@changeworld changeworld commented Jun 22, 2020

@kenz
私の説明が悪くてすいません。
アプリをシェアした人の端末に依存せず、その共有されたサイトを見た人の端末毎にサイトで表示を変えるということです。

----- iOS端末 Android端末
iOSアプリから共有 AppStoreへのリンクのみ PlayStoreへのリンクのみ
Androidアプリから共有 AppStoreへのリンクのみ PlayStoreへのリンクのみ

といった感じです。

@kenz
Copy link
Author

@kenz kenz commented Jun 23, 2020

@changeworld すいません、私の理解がずれていました。
その内容だと最高ですね。ユーザービリティは更に良くなりそう。

@TatsuyaYamamoto
Copy link

@TatsuyaYamamoto TatsuyaYamamoto commented Jul 3, 2020

異なるプラットフォーム向けのユーザーにアプリを共有できない

kenzさんと同様に課題に感じ、本チケットを見つけました。

「コミュニティとして管理している利用規約やプライバシーポリシーのように共有用のサイトを作成し

共有用サイトが出来るまでの暫定策、または共有される側のダウンロードまでの操作の簡略化を狙って、共有文にiOS, Android両方のストアのURLを記載するというのはいかがでしょうか?
共有のための説明文も添えた方がより親切なものになると思います。

AppUtils.cs

        public static async void PopUpShare()
        {
            await Share.RequestAsync(new ShareTextRequest
            {
                Text = @$"{Resources.AppResources.AppName}

iOS: {AppSettings.Instance.AppStoreUrl}
Android: {AppSettings.Instance.GooglePlayUrl}"
            });
        }

スクリーンショット 2020-07-03 12 09 43

@TatsuyaYamamoto
Copy link

@TatsuyaYamamoto TatsuyaYamamoto commented Jul 3, 2020

立て続けにスイマセン、 @changeworld さんの PR内の言及 (Appleのガイドラインで他platformへの言及は禁止されている) を確認しないまま↑の提案をしてしまいました。

「共有用サイトが出来るまでの暫定策」というのは変わらず、現行の仕様に対してAndroidアプリからの共有のみ以下の通りに変更する、に提案を変更させて頂きます。

----- 共有文
iOSアプリから共有 AppStoreへのリンクのみを記載 (現行仕様)
Androidアプリから共有 AppStore, PlayStoreへのリンクを記載 (変更点)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.