Skip to content
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

Update cordova fingerprint plugin #867

Merged
merged 4 commits into from
Nov 27, 2019
Merged

Conversation

ebma
Copy link
Member

@ebma ebma commented Nov 27, 2019

  • Update to the latest version of the cordova-plugin-fingerprint-aio plugin by using the base repository instead of our own fork
    We don't need our fork anymore as the issue that was the reason why we created the fork in the first place is resolved in v3 of the plugin.
  • Supply title and description values to the plugin when showing the authentication dialog
    The values are chosen so that it looks like it did before on iOS and only the title is shown on Android.
  • Remove usages of clientSecret as this is not used in v3 of the plugin anymore

Closes #859 because according to this issue ticket the cause of our crash reports was fixed in the latest version.

ebma added 4 commits November 27, 2019 12:44
Replace our custom fork with the base version of the
cordova-plugin-fingerprint-aio plugin
Removed usages of the clientSecret as it was removed in the latest
version of the fingerprint plugin
process.env.PLATFROM was always unset in the cordova code so that
the function actually never worked as the condition was never met
@andywer andywer merged commit a05054a into master Nov 27, 2019
@andywer andywer deleted the feature/update-fingerprint-plugin branch November 27, 2019 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate fingerprint plugin on Android
2 participants