0

I want to launch my app after screen unlocking. I don't want to send it to AppStore, just for home use. Is it possible with private-api?

To launch app I can use custom url scheme, just need to catch unlock event. I see similar question here but it doesn't work when app is in background.

Community
  • 1
  • 1
ChikabuZ
  • 10,031
  • 5
  • 63
  • 86

2 Answers2

1

Try to hook into this method in SBAwayController SBLockScreenViewController -(void)finishUIUnlockFromSource:(int)

John Bassos
  • 308
  • 1
  • 10
0

I don't know how to do that. but i think your app is designed for special use, maybe you can consider that make your device never go to sleep and make your app never quit

leoujz
  • 35
  • 1
  • 6