Good morning. I was too eager to submit a watchface for Garmin Store last week. I would like to remove it from consideration. I have vastly updated it, and I will be testing it for a few more days before "officially" submitting. Please let me know how I may retract my earlier submission.
when you resubmit it you'll likely will have to alter your manifest.xml to another id (I also deleted an app once, and couldn't resubmit it with the same id)
Yes, peterdedecker is correct--manifest IDs are remembered by the store forever, even after an app is deleted, so any new app submissions must use a new manifest ID.
Thank you both. I tried changing the AppName in my strings.XML from which Manifest pulls, and that created "same ID error". I then tried changing the "id" label from "AppName" to "AppName2" and selecting it in the Manifest. That also did not work. Is there a specific change I should make beyond this?
You will need to open the manifest.xml file with a text/XML editor to modify the UUID as it's not currently exposed in the Manifest Editor. The field you want to modify is id: <!-- 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"> <iq:application id="modify this value" ... />
You can find online tools to generate a new UUID or you could change a few characters of the current one.