ios - Apple Watch receives notification, no haptic feedback -


i made apple watch app, , waited till received actual watch test on real device.

today got chance test local notifications on watch , time receive notification on watch, there no actual haptic feedback giving me presence of notification. silent.

my question, normal notification in testing phase or need set normal?

thanks

i had same issue. it's iphone; need set sound key in push notification payload or won't vibrate.

{   "aps" : {     "alert" : "you got emails.",     "badge" : 9,     "sound" : "default" } 

Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -