How can I delegate the application settings file in prg so that I can set the watchface values in the phone?
How can I delegate the application settings file in prg so that I can set the watchface values in the phone?
File properties/settings I have, but I don't know how to call them on my phone so I can see the settings button there...in prg.file
<properties> <property id="AppVersion" type="string">2.4.3</property> <property id="keyOW" type="string"></property> <property id="gLocationLat" type="string"></property> <property id="gLocationLng" type="string"></property> </properties> <strings> <string id="AppName">test</string> <string id="AppVersionTitle">App Version</string> <string id="keyOW">API key for weather</string> <string id="gLocationLat">Lat</string> <string id="gLocationLng">Lon</string> </string> <settings> <setting propertyKey="@Properties.AppVersion" title="@Strings.AppVersionTitle"> <settingConfig type="alphaNumeric" readonly="true"/> </setting> <setting propertyKey="@Properties.keyOW" title="@Strings.keyOW"> <settingConfig type="alphaNumeric" /> </setting> <setting propertyKey="@Properties.Theme" title="@Strings.ThemeTitle"> <settingConfig type="list"> <listEntry value="0">@Strings.ThemeBlueDark</listEntry> <listEntry value="13">@Strings.ThemeDaygloOrangeLight</listEntry> </settingConfig> </setting>
You can test them with the App Settings editor in Eclipse.
On a real devices, the app must be in the store to do it from a phone. See the New Developer FAQ:
https://forums.garmin.com/developer/connect-iq/w/wiki/4/new-developer-faq