I have a bit of a conundrum. I am currently in the initial design phase of creating a mobile app, what I would like to do is have it so that a user goes through a login page while connected to the internet. After being verified the app is basically downloaded to their ipad using html5s caching abilities.
Ultimately what I would like to do is limit this to select devices prior to any visitor going to the login page. This would probably involve verifying a database of the allowed devices on the web server with the devices unique identifier (UDID). Has anyone really explored this? Is it even possible?
I would be using a combination of php, mysql, and htaccess.