Coder Social home page Coder Social logo

Comments (7)

smstuebe avatar smstuebe commented on August 11, 2024 1

Thanks. I've added it to the readme.

from xamarin-fingerprint.

smsissuechecker avatar smsissuechecker commented on August 11, 2024

Hi @nielscup,

I'm the friendly issue checker.
Thanks for using the issue template 😘
I appreciate it very much. I'm sure, the maintainers of this repository will answer, soon.

from xamarin-fingerprint.

smstuebe avatar smstuebe commented on August 11, 2024

And it did work before you updated? I never used proguard. Just a guess: Maybe the referenced Support libraries are different (one of us is using the a newer one)?!

from xamarin-fingerprint.

nielscup avatar nielscup commented on August 11, 2024

Yes it did, I get the same error when I enable proguard in SMS.Fingerprint.Sample.Droid. It might have something to do with the new Samsung part, I will have look.

from xamarin-fingerprint.

smstuebe avatar smstuebe commented on August 11, 2024

Hmm but I didn't touch the samsung part in 1.4.1 o0

from xamarin-fingerprint.

nielscup avatar nielscup commented on August 11, 2024

I didn't update either since 1.3.5! But it is definitely the Samsung part. If I remove the Samsung reference from Plugin.Fingerprint.Android the error goes away. The error also disappears when I set Linker behaviour to Don't link in (in SMS.Fingerprint.Sample.Droid). Could you check if you have the same behaviour on your side?

from xamarin-fingerprint.

nielscup avatar nielscup commented on August 11, 2024

PROBLEM SOLVED: if you use proguard you need to add the following lines to your Proguard.cfg

-dontwarn com.samsung.**
-keep class com.samsung.** {*;}

from xamarin-fingerprint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.