Little question: How can i catch an error on interApp if interApp is pointing to a non existing app (ex:Facebook)?
var InterApp = require("FuseJS/InterApp");
InterApp.on("receivedUri", function(uri) {
console.log(uri);
});
InterApp.launchUri("fb://facewebmodal/f?href=https://www.facebook.com/fusetools/");