I am creating an in house app to communicate with a soap server. In the app setup the user saves his username and password which is sent to the server for verification when he posts soap packets. I want further validation of the user and thought maybe sending the device phone number to be used for validation on the server but then tablets don't have phone number and I want the app to be used on both phones and tablets. So I figure every device will have a MAC address.
How do I get the MAC address of the Android device? I did a search and did not find an answer.
Of course, the MAC address will need to be saved in the users profile on the server so it can be compared to the device MAC address.
Thanks
How do I get the MAC address of the Android device? I did a search and did not find an answer.
Of course, the MAC address will need to be saved in the users profile on the server so it can be compared to the device MAC address.
Thanks