21
Views
6
Comments
Solved
Get Data inside handphone
Question
Application Type
Mobile

Hi there,

I am wondering, How to get Data - like  Model, Brand - inside Handphone using Outsystems?

regards and thanks

2021-01-04 08-13-48
Toto
 
MVP
Solution

So device info (hardware, uuid, network, etc) can be collected using forge component above.

But for the data you want to collect, you need consent from the users (see https://support.google.com/googleplay/android-developer/answer/10144311?hl=en)

Also the store (app store and play store) may reject your application if you doesn't comply with it.

That said, there is forge component to manage SMS that my be fit to your usecase (https://www.outsystems.com/forge/component-overview/2499/sms-cordova-plugin-o11)



2022-07-24 08-50-37
Gokula Kannan P

Hi @IQ78,

You can explore these Forge components to retrieve device information such as model and brand.

 Keep in mind that the data available may be limited by the plugin:

https://www.outsystems.com/forge/component-overview/5389/get-device-information-o11

https://www.outsystems.com/forge/component-overview/1646/device-information-o11

Hope this helps!

2025-01-09 14-56-57
IQ78

Thank You, Sir.

I'll try. 

One more question, how to get other information like customer chat etc?

regards

2021-01-04 08-13-48
Toto
 
MVP

What do you mean with customer chat ?

And what other information you want to get ?

2025-01-09 14-56-57
IQ78

Some kind of transaction information that can be used by the application to mitigate risk of loan. So, the business is like this: we want to give loan to a non bankable person, but still want to get some information that can be collected inside his handphone. 

regards


2021-01-04 08-13-48
Toto
 
MVP
Solution

So device info (hardware, uuid, network, etc) can be collected using forge component above.

But for the data you want to collect, you need consent from the users (see https://support.google.com/googleplay/android-developer/answer/10144311?hl=en)

Also the store (app store and play store) may reject your application if you doesn't comply with it.

That said, there is forge component to manage SMS that my be fit to your usecase (https://www.outsystems.com/forge/component-overview/2499/sms-cordova-plugin-o11)



UserImage.jpg
Aravind I

Hi @IQ78,
The Forge component mentioned below might help you achieve it.
Get Device Information Sample - https://www.outsystems.com/forums/discussion/103007/get-data-inside-handphone/

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