I have the same issue here. Xcode 15.0.1, iOS 17.0.3
Post
Replies
Boosts
Views
Activity
The solution for me was to not make the Tip struct private. Now it's remembering its state.
@LogicalLight's solution with setting an ID also solved it. Then you can have the struct private.
@eskimo Please advise your fellow engineers to roll this whole thing back, or give us an option to disable debugging over network altogether.
This has obviously been a huge mistake and can't easily be fixed (we're on Xcode 15.3!) and it's still not working.
Too much time has already been wasted.
Got the same issue on watchOS 11. We have a UNNotificationServiceExtension enriching the notification with image and sound. UserInfo is just empty on the watch.