For the complete documentation index, see llms.txt. This page is also available as Markdown.

Why does my watch streaming session hang?

If a TerraRT streaming session hangs and stopExercise callbacks never fire, check whether the Terra() instance is being created more than once (for example…

If a TerraRT streaming session hangs and stopExercise callbacks never fire, check whether the Terra() instance is being created more than once (for example, when a watch view is re-instantiated).

  • The SDK instance must be used as a singleton across the app.

  • The SDK does not implement WatchKit's workout configuration delegate, so implement that delegate yourself and call startExercise from it.

Last updated

Was this helpful?