Skip to content Skip to sidebar Skip to footer

Can I Use Samsung Fingerprint To Authenticate Users In My App?

I was going through the Samsung SDK which supports 'Pass' Fingerprint recognition as per the given link : http://developer.samsung.com/samsung-mobile#pass. Can I use this Fingerpri

Solution 1:

  • First please be sure about the tag as it does not belong to android.Its just samsung sdk going by the link you provided.

  • Second for the testing part of the fingerprint on Samsung S5 mobile you could test it on the Emulator with the specified configuration of the phone model due to unavailability of the phone right now.

  • Third for doing this you would need to integrate your eclipse with the samsung sdk link. (OR)

  • If you just want to test the app in the Android adt emulator then you could simply download the Galaxy S5 emulator on developer.samsung.com and do the required test you want to do.


Solution 2:

Yes, you can use it for authenticate your apps users, but they should use S5 for their authentications.

For more info see the YouTube video [Tutorial] Security With Pass SDK on the Samsung Developers channel


Post a Comment for "Can I Use Samsung Fingerprint To Authenticate Users In My App?"