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
Post a Comment