0

All is in the question, i would know if it is possible to activate/desactivate the "slide to unlock " event wich is normally activate/desactive through Settings->General->Passcode Lock

I'm almost certain that we could not play with those setting. I still want to know how we can do that. I suppose we have to use a private framework like some UIView animation, i want to know that for my personal use, it is not an AppStore app project

klefevre
  • 8,595
  • 7
  • 42
  • 71
  • On an un-jailbroken iDevice, only the user can modify that setting. Your app cannot. – Michael Petrotta Sep 17 '11 at 22:06
  • I was almost certain that we could not play with those setting. I still want to know how we can do that. I suppose we have to use a private framework like some UIView animation wich use one, i want to know that for my personal use, it is not an AppStore app project. – klefevre Sep 17 '11 at 22:15

1 Answers1

1

Thats not possible with the public API and an un-jailbroken device. and if your app does that, it will never be accepted to the appstore

ahoura
  • 689
  • 1
  • 6
  • 16
  • well I am not sure tbh because there is no documented API, but you can for example see how turning on bluetooth works on : http://stackoverflow.com/questions/1743610/programmatically-turn-on-bluetooth-in-the-iphone-sdk that MIGHT help a bit – ahoura Sep 17 '11 at 22:21
  • also you might want to take a look at : http://iphone-dev.googlecode.com/svn/branches/include-1.2-sdk/include/ that might have a certain framework that could solve your problem – ahoura Sep 17 '11 at 22:23