14
Views
3
Comments
Solved
How to get Mobile or Tablet device UUID?
Application Type
Mobile
Platform Version
11.24.0 (Build 41209)


Hello everyone,

I trust this message finds you in good health.

I have a question and would greatly appreciate some insights from all of you.

I am seeking a way to retrieve the Device UIID in my code, intending to display it within my mobile app whenever a user logs in using their device, be it a mobile phone or tablet.

Specifically, I'm referring to the device UIID that is referenced in the error logs.

Your assistance in finding a solution would be immensely valuable. Thank you in advance for your help.


Solution

Hi,

Looking into your question it appears that below forge component would be useful for you:
https://www.outsystems.com/forge/component-overview/5389/get-device-information

The component also has a sample where you can see how to use the component:
https://www.outsystems.com/forge/component-overview/8376/get-device-information-sample

Example from the sample:

You can use the component to fetch the UUID and show it when the user logs as per your request.

Best regards,
Paulo Jadaugy

Hi Sohel,

Did this solve your issue? If yes please mark case as solved.

Thanks & Regards

Hello Paulo,

Thanks for the solution. I have implemented it last night and it works fine.

Thanks once again for your reply and suggestions friend. 

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