From 1c3647331d36e1fb8ba224d3d8a3c52fba2d7b42 Mon Sep 17 00:00:00 2001 From: Fabrice Rochette Date: Mon, 2 Sep 2024 15:44:32 -0500 Subject: [PATCH] updated draft Signed-off-by: Fabrice Rochette --- index.html | 21 +++++++++++++++++++-- spec.md | 28 +++++++++++++++++++++++++--- 2 files changed, 44 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 23fd836..f2e6509 100644 --- a/index.html +++ b/index.html @@ -115,6 +115,22 @@

link1
  • link2 iOS
  • +

    § About App store detection

    +

    This section is non normative.

    +

    Hologram is available in Google Play, Huawei App Gallery, and Apple Store.

    +

    In mobile environment, it is important to find the best way to properly detect which stor(s)) should we present to the user.

    +

    For detecting which app store the user should download from, you can use use the user agent for detecting if iOS or Android.

    +

    For Android, you could detect the app store using the following:

    +

    https://forums.developer.huawei.com/forumPortal/en/topic/0204421140621710058

    +

    If detection is not a 100% sure, show all possible options to user.

    +

    Based on the detection:

    +

    § Hologram app is already installed on user’s handset