Search Unity

Question Set iPad to launch app on startup, with welcome to specific person

Discussion in 'iOS and tvOS' started by newguy123, Nov 23, 2022.

  1. newguy123

    newguy123

    Joined:
    Aug 22, 2018
    Posts:
    1,248
    Hi

    Can I set my app authored with Unity, to run when the user switches on an iPad? There will be around 40 devices, and each should start same app when the user switches on the iPad, however, each user also needs to have their own name displayed as a "Welcome" message

    How would I go about doing this. I'm thinking of pre setting up a text file containing only the person's name on each device, then the device will be designated to that person. When the app starts, it can read the name from this text file and so that part is sorted, correct?

    However, how do I go about having the iPad launch my app at startup, and not letting the user go out of the app? Its for very specific purpose, almost like the demo's running in a retail shop where you cant exit that demo.
     
  2. mountainmarc1972

    mountainmarc1972

    Joined:
    Jun 17, 2017
    Posts:
    14
    Just google 'iOS Kiosk mode' and you will find tutorials how to do this.