Closed kashz closed 8 months ago
I used refreshToken()
on iOS and received, I guess that is because it was missing in the Plugin.m definition.
{CODE: `UNIMPLEMENTED`}
Would be great if this could be merged and a bug fix released, thanks in advanced.
I would like this fix as well refreshToken()
doesnt work currently on iOS
I used
refreshToken()
on iOS and received, I guess that is because it was missing in the Plugin.m definition.{CODE: `UNIMPLEMENTED`}
Would be great if this could be merged and a bug fix released, thanks in advanced.
@marcjulian exactly... method not defined in Plugin.m :(
I'm also getting unimplemented
so this just isn't implemented yet?
I'm also getting
unimplemented
so this just isn't implemented yet?
In what I saw it's implemented, just method not defined
Changed to always return renewed token by waiting for deleteToken() to complete.
And fix missing macro for refreshToken on iOS.
resolve #149