0

We have a order taking App with a pin pad and wondering how can we send user to lock screen after few minutes.

Do we need some kind of background process to check inactivity? Any direction please?

Amit Patel
  • 75
  • 3
  • iOS Settings -> General -> Auto Lock... set the timer and wait inactively; the device will be locked in time. – holex May 06 '15 at 14:19

1 Answers1

0

Here is a good answer. In method idleTimerExceeded you can present lock controller to lock the app.

Community
  • 1
  • 1
Muhammad Nabeel Arif
  • 19,140
  • 8
  • 51
  • 70