Phonegap Google Login Plugin issue error : 4
问题 I am using this plugin : https://github.com/EddyVerbruggen/cordova-plugin-googleplus I am trying to check as soon as my app opens if the user is already logged in or not. However i am getting an error error : 4 . Also which variable I need to use to check that user is already logged in or not does this code returns something for this? window.plugins.googleplus.trySilentLogin({ 'scopes': '', 'offline': true }, function(obj) { alert(JSON.stringify(obj)); alert('YES GOOGLE LOGGED IN'); },