Hey guys, I'm working on an app that can launch other native apps. I can correctly launch CIQ apps, because I know the manifest ID, but I can't figure out the manifest IDs for native apps (ex. Running, Swimming, etc.) How can I get those? Thanks!
Hey guys, I'm working on an app that can launch other native apps. I can correctly launch CIQ apps, because I know the manifest ID, but I can't figure out the manifest IDs for native apps (ex. Running, Swimming, etc.) How can I get those? Thanks!
I have not done much with the intents portion of the CIQ options, but I believe the details you are looking for are related to the Persisted Content section of the programmers guide. You can not specifically call a native app type but instead you call a course, waypoint or other type of content. The watch will then prompt the user for the activity type they wish to run.
I am not sure you can just launch a native app with out telling it something to launch for.
Ah, that makes sense. Thanks!