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