Hello fellow developers,
I'm trying to launch the wallet app but it doens't work.
Launching the weather app works
try{ console.log("launch");
launchApp("000013fe-0000-4000-8000-000000f17b17");//weather
}
catch (err) {
console.log("Error");
console.log(err.message);}
But the code below doesn't work without giving an error:
try{ console.log("launch");
launchApp("00001404-0000-4000-8000-000000f17b17");//wallet
}
catch (err) {
console.log("Error");
console.log(err.message);}
Does anyone have a possible solution or a way to further analyse?
Thanks in advance,
Robert
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.