Hello,
I'm developing an app that needs to know if the device can make phonecalls, and for that I want to know if there is a way to check 2 things:
1- If the device has a SIM card;
2-If there is service available to perform a phonecall
I can't seem to find a way to do this, anyone got a way?
Thank you
Best regards,
Rui
Hi Rui,
for the SIM card you use this forge component: https://www.outsystems.com/forge/component-overview/1662/sim-plugin
Not sure if knowing if it's connected to a 3G/4G and other network is enough to tell you can make a phonecall, if so, this component provides it: https://www.outsystems.com/forge/component-overview/2047/network-connection-information
Regards
Hello José, thank you for your help, the plugin was exactly what we needed.