-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Android] : Cannot read property 'authenticate' of undefined #12
Comments
Same here. Seems like the plugin is not recognized when Android. |
@webteambel found the solution: When in Android, plugins must be exported: Following the link above, import the class: ...and add the plugin: |
What files what you add those lines of code in? |
MainActivity.java Sharing mine below:
|
Hello,
When I run my ionic application in android and I tried to sign in, I got this problem:
Cannot read property 'authenticate' of undefined
I tried to test it with android 10 and android 8.
iOS is showing the authentication.
The text was updated successfully, but these errors were encountered: