https://qiita.com/koogawa/items/3dcc72e77ce9e5b106b1
この記事を参考に,ブルブルさせようとしたが少しハマった話
以下をとりあえずコピペするが、もちろんバージョンアップされまくってるのでエラーが出る
WKInterfaceDevice.currentDevice().playHaptic(type: WKHapticType)
currentDevice
はcurrunt
に
playHaptic
はplay
にrenameされているらしい
とりあえず,これで実行してみる
WKInterfaceDevice.current().play(WKHapticType.notification)
が,実行されないしなぜかエラーも出ない
WKInterfaceDevice.current().play(.notification)
これで動きました