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

launch wallet app

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

 

Best Answer
0 Votes
1 REPLY 1

I think wallet is just a special case and can't be launched in this way. Sorry.

Best Answer
0 Votes