Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 4 replies, 0 views
Replied In
Custom Haptics on Apple Watch
Sadly after doing fairly extensive research on this topic it doesn't seem possible. The best I could do was to chain the most basic WatchKit haptic type (WKHapticType- I think it was Click) together to make a pattern using a loop. But this is quite low-res as you'll have 100 milliseconds between clicks.
You can get a lot more control (although less intensity) on iPhone using CoreHaptics, but this is not available on Watch.