1214
Views
9
Comments
Solved
[Touch ID Plugin] Can you give example on how to use this?
Question
touch-id-plugin
Mobile icon
Forge asset by OutSystems

Can you throw up a quick sample on how to use this?

2018-06-11 09-12-53
Rodrigo Coutinho
Staff
Solution

Hi Preston,

Here's a small example on how to use the plugin. To use it, install it in your server, create a native build, and install on your device. Once you run the app, click the "Check Id" button, and it will ask you for your finger print.

If you want to use it in your app, you just need to reference the plugin and use the TouchId action to check the fingerprint. The action will return Success as True if the touch id is valid.

Cheers,

TouchTest.oml
UserImage.jpg
Mohan Natchimuthu

Rodrigo Coutinho wrote:

Hi Preston,

Here's a small example on how to use the plugin. To use it, install it in your server, create a native build, and install on your device. Once you run the app, click the "Check Id" button, and it will ask you for your finger print.

If you want to use it in your app, you just need to reference the plugin and use the TouchId action to check the fingerprint. The action will return Success as True if the touch id is valid.

Cheers,

Hi Rodrigo,

           I have implemented the Touch ID Plugin like as you mentioned in your attached OML for my sample project, while running the project in android device getting error message like "Touch ID is not defined" during clicking the button in my device. Could you please give me suggestion to solve the problem or overcome this issue.

Cheers,

Mohan           

UserImage.jpg
Harshita Sharma

Rodrigo Coutinho wrote:

Hi Preston,

Here's a small example on how to use the plugin. To use it, install it in your server, create a native build, and install on your device. Once you run the app, click the "Check Id" button, and it will ask you for your finger print.

If you want to use it in your app, you just need to reference the plugin and use the TouchId action to check the fingerprint. The action will return Success as True if the touch id is valid.

Cheers,


Hii ,

I m creating a login page by using Touch Id plugin where i want to give a touch id for the user .so,

i tried the same way u did but i m getting "Touch Id is not defined " error , when i m clicking the button . 

I m very new to this tool can u please help me in this how can i create a touch id .

thanks 


UserImage.jpg
Md Mansur

Hi sir,

 but how to allow user to register and save their biometric data to a table in OS.???



UserImage.jpg
Rahel s

how can i interface fingerprint in outsystems control  Arduino send the data to bluetooth to blink a led

UserImage.jpg
Vitor Oliveira
Staff

Hi Harshita, 



After you include the plugin in your application, did you generate the mobile app again? 

You need to do that for the plugin be installed on the mobile application. 


Thanks.


2025-11-04 09-50-52
Shrikant T

Vitor Oliveira wrote:

Hi Harshita, 



After you include the plugin in your application, did you generate the mobile app again? 

You need to do that for the plugin be installed on the mobile application. 


Thanks.


 

 Hi Vitor,

I'm using OS11 I have gone through this thread and looked into the oml file provided by Rodrigo. 

But in my case it shows up as "Touch id not supported"

What could be the issue?


Regards,

Shrikant

Screenshot20200805204043.png
UserImage.jpg
Vitor Oliveira
Staff

Shrikant Telang wrote:

Vitor Oliveira wrote:

Hi Harshita, 



After you include the plugin in your application, did you generate the mobile app again? 

You need to do that for the plugin be installed on the mobile application. 


Thanks.


 

 Hi Vitor,

I'm using OS11 I have gone through this thread and looked into the oml file provided by Rodrigo. 

But in my case it shows up as "Touch id not supported"

What could be the issue?


Regards,

Shrikant

 Hello Shrikant, 


Looking at the error message that you're getting, I would say you're testing the feature in a device that doesn't support the touch id technology. Might it be the case? 


Thanks, 

Vitor

2025-11-04 09-50-52
Shrikant T

Vitor Oliveira wrote:

Shrikant Telang wrote:

Vitor Oliveira wrote:

Hi Harshita, 



After you include the plugin in your application, did you generate the mobile app again? 

You need to do that for the plugin be installed on the mobile application. 


Thanks.


 

 Hi Vitor,

I'm using OS11 I have gone through this thread and looked into the oml file provided by Rodrigo. 

But in my case it shows up as "Touch id not supported"

What could be the issue?


Regards,

Shrikant

 Hello Shrikant, 


Looking at the error message that you're getting, I would say you're testing the feature in a device that doesn't support the touch id technology. Might it be the case? 


Thanks, 

Vitor

 

Yes Vitor. I never used thr finger print on my device. I registered the finger print on my device and it worked. 


Regards,

Shrikant

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.