0

I'm trying to do an app which runs when user unlock(Slide to unlock) their device. I don't know anything how to approach for this app. Please any one could help me?

Thank you so much!!

3 Answers3

0

Without jailbreaking there is no official way to get this kind of behavior. The user has to launch the application to start the application. The best you can do is try to keep your application alive in the background by playing a silent sound (wastes battery) or setting a timeout which I believe Apple currently limits to 10 minutes.

Community
  • 1
  • 1
Joe
  • 56,979
  • 9
  • 128
  • 135
0

The Answer to your question is really is. If you want your app on the AppStore, there's no way. On an iPhone the user always decides when an app runs. Sorry you can't these things.

Of course there are possibilites but you need to jailbreak your iPhone. And with this way, your application will not be accepted on the AppStore.

Sandro Meier

Sandro Meier
  • 3,071
  • 2
  • 32
  • 47
  • Thank you Meier, I know that apple will reject these kind of apps. But I want to do this app for jailbroken devices and that too I want to keep this app in cydia. So please suggest me how to do this. Thank you so much. – MohanVydehi May 20 '11 at 07:15
  • 1
    Ok. But sorry, I'm the wrong one for this. So far I only created AppStore Applications. – Sandro Meier May 20 '11 at 11:27
0

May be you should read App Store Review Guidelines and you will have your answer.

Alex Terente
  • 12,006
  • 5
  • 51
  • 71