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.
I'm on simulator 0.9.4. MAYBE 0.9.2 doesn't support SDK 6.1.
Best AnswerEffectively 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