Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Connected device does not support API version requested by app

Hi i have trouble conecting to the OS Simulator.
it works fine (with the same app in dev) in my desktop but not in my laptop.
The only difference is that the laptop is on windows 11 and my desktop is on windows 10.
I'm using the SDK with the CLI.

 

Here's the versions

{
"devDependencies": {
    "@fitbit/sdk": "~6.1.0",
    "@fitbit/sdk-cli": "^1.7.3",
    "fitbit-sdk-types": "^7.0.5",
    "prettier": "^2.7.1"
  }
}

 

I am targeting the good system too on the fitbit tag for the packages.json file

{
  "fitbit": {
    "buildTargets": [
      "atlas",
      "vulcan"
    ]
  }
}

 

I'm using the Simulator with a Sense

And the console always send this message
Connected device does not support API version requested by app

 

I tried to reinstall the simulator on the laptop but still have the problem.

Best Answer
0 Votes
4 REPLIES 4

I forgot to mention that i'm using the simulator 0.9.2os simulator informations

Best Answer
0 Votes

And the node version is 14.16.1

Best Answer
0 Votes

I'm on simulator 0.9.4. MAYBE 0.9.2 doesn't support SDK 6.1.

Peter McLennan
Gondwana Software
Best Answer
0 Votes

Effectively that's the solution 

I redownloaded the simulator before posting the message and it was still the 0.9.2

 

Now I have the 0.9.4 and it works 

 

Thanks 

Best Answer