iOS Watch App Push Notifications Crash -


i'm experiencing crash happens when click on push notification pull down. when push notification received on watch , don't tend 1+ mins, in notifications drop down.

clicking on pn causes crash.

for short/long notifications, doesn't crash when view pn.

in storyboard, have default notification controller empty name our default notifications.'

i've got notification controllers handle various categories of pns.

any ideas why pn cause crash?

our payload our pns has alert key string , not dictionary

 {     "aps": {         "alert": "test pn message!",         "category": "some_notification",     }, ...  } 

notice our alert not dictionary , string.


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -