Communications.makeOAuthRequest(...)If the user closes the oauth dialog / dismisses the notification on the phone, is there a way to detect this?
I have the Garmin app listening for messages via:
Comm.registerForOAuthMessages(...)...but that callback doesn't seem to get called (at least in the simulator under sdk 2.3.4).