i have a wifi network that is authenticated. when the ipad is connected in that network i want my ipad app to bypass the login and use those credentials to login to my app. is that possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s not possible to find the particular user that was used to connect to the wifi through iOS. You might be able to do this if you have a server on your local network that is responsible for authenticating the username/password given to connect to the local wifi netowrk and then associate that with the address of the device. Then you could have a service that the iOS device could query and get the username from it.
So, you’d have
username/password
logs username + MAC address
network with the iOS device’s mac
address
finds the username associated with
it (from the second step)
device app and you continue your app with that user