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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -