04-19-2020 05:57 - edited 04-19-2020 06:01
04-19-2020 05:57 - edited 04-19-2020 06:01
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
04-21-2020 06:06
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.
04-21-2020 06:06
I think wallet is just a special case and can't be launched in this way. Sorry.
Best Answer