I'm also seeing an empty userInfo dictionary from a local notification on watchOS. On iOS the userInfo is what it should be but on watchOS it's just [:]. The payload I'm sending is simply ["myKey": 5]. Has anyone found any workarounds for this?
Post
Replies
Boosts
Views
Activity
This is still happening on the GM build 🙁
still seeing this behavior in beta 6
The release notes in beta 5 seem to indicate that this issue is fixed:
Resolved Issues in iOS & iPadOS 14 beta 5
Text(_ style:) no longer truncates. Text now has flexible width inside a widget. (60588299) However, I'm still seeing the same behavior even after rebuilding my widget with Xcode 12 beta 5.