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
startExercisefrom it.
PreviousHow do I test realtime streaming without a wearable?
NextExtra features: scores, graphs, teams, nutrition, CGM
Last updated
Was this helpful?