Cannot reach the Edge Setting screen after copiing to device but in sim ok

I trying the user setting possibility for my new app, first only a simple text field for testing.

It is working in the Emulator Edit application.Properties data menu. But when I copy the .prg to the device and see in the IQ store app list, there is no (...) icon to open the setting dialog.

Nothing fancy in the XML's:

<properties>
    <property id="appVersion" type="string">1.0.0</property>
</properties>
<settings>
    <setting propertyKey="@Properties.appVersion" title="Ver">
        <settingConfig type="alphaNumeric" />
    </setting>
</settings>
Then I use like Application.Properties.getValue( "appVersion" )and get the correct value. So looks working, expect when I try on devicce, the Garmin Express did not show the setting button in my datafield.
Do I need to do anything else?