Hello,
I'm working on a companion iOS app that supports two-way communication with a Garmin watch app. The issue I'm experiencing is that if the companion app unsubscribes from messages using either `unregisterForAppMessages:delegate:` or `unregisterForAllAppMessages:`, and later subscribes again, it doesn't receive any messages. The first time the communication works well.
I wonder if anyone can help me to resolve this issue?