Cordova Google Fit plugin authorization failure -


i'm trying connect fitness api using cordova plugin:
https://github.com/2dvisio/cordova-plugin-googlefit

i've enabled fitness api in google console developer,
genereted sha-1 using
keytool -list -v -keystore degub.keystore
, added fingerprint list in developer console.

after calling
window.plugins.googlefit.getstuff1
nothing happens, no error or success callback called.

i've noticed in logcat message:
v baseauthasyncoperation: access token request failed: com.google.android.gms
, suppose reason of failure.

is plugin issue or setup mistake?

will greatful help


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -