Page 1 of 1

How to get phone number

Posted: Thu Oct 24, 2019 3:56 pm
by Luca

I need to get the phone number of the phone for use the number to login.

Any suggestions are welcome.

Thanks,
Luca


How to get phone number

Posted: Fri Oct 25, 2019 5:21 am
by Evgene Karachevtsev

Hello Luca,

Please check this link, it may be useful for you: https://getsatisfaction.com/apperyio/...


How to get phone number

Posted: Thu Oct 31, 2019 11:29 am
by Luca

Hi Evgene,

thank you, but I tried to use cordova sim in Appery but when I install the app on mobile no effect.

It's possible appery don't have any lib to get phone number?

Regards,
Luca


How to get phone number

Posted: Fri Nov 01, 2019 10:08 am
by Serhii Kulibaba

Hello Luca,

Please try to debug your app remotely using Weinre debugger (https://docs.appery.io/docs/weinre-de...). Please check if there are any errors in the Weinre console.


Re: How to get phone number

Posted: Thu Feb 23, 2023 8:10 pm
by GabrielPittman

One approach is to use the TelephonyManager class in Android to retrieve the phone number. You can use the getLine1Number() method to get the phone number as a string.