How can I get phone number of client's cell phone in QML?
Not a phone number of someone in 开发者_运维技巧users contact list.
Thanks
There is no knowledge of the client's phone number stored in the phone. Some operators may include it into SIM card, but not all. If you want to use client's phone number then he must provide it. For verification you could create and send a SMS to the same number and try to catch it. If it returns then the number is correct otherwise it might be incorrect or just delayed or phone is misconfigured and sending failed.
精彩评论