I'm new to the forums and new to developing watch faces but I've managed to get my first face posted on Connect IQ:
https://apps.garmin.com/en-US/apps/55cf5b1f-edad-424a-a4d3-3304b5d48151
However, I have a question that I'm hoping you other face-devs out there can answer for me. When I load my watch face onto my watch from Connect IQ, it shows up as an available watch face when I am choosing the faces from the watch, however, rather than my nice watch face name being listed in the list (CarbonAnalog) it shows up with some other type of ID (55S84554). In loading other watch faces onto my watch (fenix 3), I have noticed that many show the watch name in this list in the watch UI, but others seem to show an ID like mine.
So, what is the trick to getting your watch name to show up in that pick list on the watch? I looked through all configuration settings, and all manifests to see if I saw something that matches the ID that is showing up on the watch but I don't see anything.
Here is what my manifest looks like:
<!-- This is a generated file. It is highly recommended that you DO NOT edit this file. --><iq:manifest xmlns:iq="www.garmin.com/.../connectiq" version="1.0.3">
<iq:application entry="CarbonAnalogWatch" id="98253CD985EFAB64CEA0952834628411" launcherIcon="LauncherIcon" name="CarbonAnalog" type="watchface">
<iq:products>
<iq:product id="fenix3"/>
</iq:products>
<iq:permissions/>
<iq:languages>
<iq:language>eng</iq:language>
</iq:languages>
</iq:application>
</iq:manifest>
Thanks in advance!