Hi, i just started coding apps today, (just a small Watch face, background + digital clock)
As far as i can read from the New Developer FAQ:
6. How can I load the apps I develop to my device for testing purposes?
In Eclipse, choose Connect IQ > Build for Device Wizard…
In the Build for Device Tool window:
Choose the project you wish to build
Choose the target device
Set an output location
Click Finish
Connect your device to the computer via USB (it should connect as mass storage and appear as a drive)
Copy the resultant PRG file from the output location to /GARMIN/APPS on your device
Disconnect your device; the app should be available for use
, now well i have my App running nicely in the Simulator, when i export it, i get a .prg file , and i can copy it on the watch.
but after that, i can find it on my watch, like apps i get from the website. furthermore when reconnect my watch wiht my pc, the .prg file is just gone....
Any idea ?
EDIT: found that CIQ_LOG.txt file, and there i see : Signature check failed on file: AT_TEST
so what is this signature test... and how do i make my app pass it...