i'm looking for solution to convert iPad to media device.
Target - it should be able to play videos music and some games.
With videos and music - there is no problem. I can write app with video and audio players, add media content to it and set lock device to Kiosk mode.
But what to do with games?
One solution is to have each game registered for own URL scheme and I can call them by opening link "mygame://". I can do same to go back - have a "Home" button in game which move user back to "Launcher" with videos, music, games.
Do you see any other solution? We don't want user to communicate with Springboard at all.
By the way, if app is in kiosk mode, will URL Scheme work to switch apps?
Thanks