Acknowledged

Oauth callback no triggered in simulator since sdk 4.1.2

Hello,

in simulator since sdk 4.1.2 the Oauth call back registered with Communications.registerForOAuthMessages is never called.

did you change something ?

  • ?

    still not working with 4.1.7

    I provided the information you asked 2 month ago, still no answer....

  • please find the code here :

    function onShow() as Void {

    Communications.registerForOAuthMessages(method(:onOAuthComplete));
    Communications.makeOAuthRequest("">">https://xxxxxxxxxx", {}, "">">http://localhost", Communications.OAUTH_RESULT_TYPE_URL, {"token" => "token"});
    }

    function onOAuthComplete(data) {
    }

    server is redirecting to https://localhost/?token=xxxxxxxxxxx.xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.xxxxxxxxxxxxxxxxxxx

    It works with sdk < 4.1.1

  • Former Member Would you be able to provide more information and possibly an example project that this is not working on for you? We have tested this using various methods of Oauth and are not able to reproduce the issue. 

  • It means that the bug report has been transferred to the internal issue tracking system and is being looked at. 

  • I'm seeing this issue too. I see it was "acknowledged," does that mean that Garmin is aware or agrees that it's not working as designed? Makes it very difficult to update one of my existing apps for new devices, since and I can't go back to those older SDKs to build for the newer devices.