How to param connectIq on smartphone

Hello Everyone 

from a couple of week, I developp my own ConnectIq App intended for my old Fenix ​​5.

I would like Know How I can param my app from my smartphone

I have build the ApplicationStorage sample but I havent the button "Parameters" on my smartphone

Anyone can help me ?

  • I should point out that I have two files in my resources folder.

    the first one is `properties.xml`:

    <!-- -*- mode:xml; tab-width:2; c-basic-offset:2; intent-tabs-mode:nil; -*- ex: set tabstop=2 expandtab: -->
    <properties>
      <property id="userAltimeterCalibrationQNH" type="float">101325.0</property>
    </properties>

    and the second is `settings.xml`

    <!-- -*- mode:xml; tab-width:2; c-basic-offset:2; intent-tabs-mode:nil; -*- ex: set tabstop=2 expandtab: -->
    <settings>
    
    
      <setting propertyKey="@Properties.userAltimeterCalibrationQNH" title="@Strings.userAltimeterCalibrationQNH">
        <settingConfig type="float" />
      </setting>
      
    </settings>