Several Question regarding to the use of the IOS SDK

Former Member
Former Member
Hey
I created an app for the garmin watch that uses Communications to receive and send messages from an ios app that i created for this purpose.
so here are a few questions for the ios sdk:

1. Where do i get the IQApp UUID from?
2. How can i test the communications between the ios app to the garmin watch? do i have to upload the garmin app to the connect store?
right now when i ask for the app status (getAppStatus) the app status returns null.

Alpha monkey i could really use your help!
  • Hey
    I created an app for the garmin watch that uses Communications to receive and send messages from an ios app that i created for this purpose.
    so here are a few questions for the ios sdk:

    1. Where do i get the IQApp UUID from?
    2. How can i test the communications between the ios app to the garmin watch? do i have to upload the garmin app to the connect store?
    right now when i ask for the app status (getAppStatus) the app status returns null.

    Alpha monkey i could really use your help!


    1) uuidgenerator.net
    2) copy the PRG file into your watch via USB --> WATCHUSB\GARMIN\APPS
  • Former Member
    Former Member over 10 years ago
    Thank you NIKEOW
    Just to be clear , at https://www.uuidgenerator.net/ i select version1 and copy the uuid and replace it with the one i have in my manifest file?
  • Former Member
    Former Member over 10 years ago
    Thank you NIKEOW
    So just to be clear to get an UUID i go to this site uuidgenerator.net and generate a vesion 1?
    I copy that UUID that i generated and replace it with the id i have on my manifest file?
    Thanks in advance!