Cordova example currently expects async/await to be available and that is not the case. ``` gpcard.connect().then(() => { console.log("connected") }).catch(error => { console.error(error) }) ``` should work