If the token is invalid the SDK will not throw an error. It will however printgoTenna: Invalid goTenna App Token as an error to the console.
Example
document.addEventListener("deviceready", onDeviceReady, false);
function onDeviceReady() {
// Plugins are now available.
goTenna.setApplicationToken('your-token-here');
}