Posts

Post not yet marked as solved
9 Replies
4.6k Views
Is it possible to customize haptics on Apple Watch (something like CoreHaptics) rather than using standard haptics out of WatchKit? I'm looking for a way to play a continuous waveform (like a more complex version of Breathe).
Posted Last updated
.
Post not yet marked as solved
0 Replies
765 Views
Does anyone know of a step-by-step tutorial on how to use WKExtendedRuntimeSession? I am reading the documentation but an in-depth tutorial would be supremely helpful.
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.4k Views
Hello- I was wondering if there is a way to run core haptics in the background. Normally when an app running core haptics is sent to the background, core haptics calls the stoppedHandler. I was thinking about using the handler to immediately restart core haptics upon app closure if that's possible, but it seems simpler to prevent core haptics from stopping playback in the first place. Are either of these options?
Posted Last updated
.