Bringing application to foreground on shake in iPhone [duplicate] - iphone

This question already has answers here:
Bring App to foreground
(2 answers)
Closed 9 years ago.
The application is running in background. I want that when someone shakes IPhone the application should come to foreground from background.
Is there any way to do this programmatically.
Thanks

No, this caanot happen. You dont have any control when your app is in BG.

Related

iOS 7: Is it possible to make UIView's background transparent to show the blurred background? [duplicate]

This question already has answers here:
How to set all the backgrounds transparent so that the home screen could be seen?
(2 answers)
Closed 9 years ago.
I ask this question after seeing apps like Reminders or Safari's tab view using this.
As you can see there is a translucency between the app and the home screen. Is there anyway to achieve this in iOS 7? Is it a private api?
No such luck sadly - it's a private API.

Show green bar on top of screen to return to app [duplicate]

This question already has an answer here:
Closed 10 years ago.
Possible Duplicate:
SBStatusBarController instance
I am working on voip based application, i have used "Twilio Api" for this.
Every thing works fine but when my goes in background when call is going on, my call is interrupted and iphone does not show green bar on top of screen to return to app.
To display green bar and run call in background i have set "voip value in my info.plist" file.
Is there any suggestion??
Thanks..
if your app is not a voip or audio app, apple wont like this
but it works using a plist key. see: SBStatusBarController instance

Is this any method to turn on Tourch light in Cammera Mode not Video mode? [duplicate]

This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Turn on torch/flash on iPhone 4
i make app for camera open it's turn on in flash light..
not open camera in video mode?
so if any method provide by ios to turn on flash light in did load method?
Thanks in advance....
Duplicate of Turn on torch/flash on iPhone
Thanks #progrmr for notifying.

GPS Navigation for webservice ios [duplicate]

This question already exists:
Closed 10 years ago.
Possible Duplicate:
GPS Navigation for webservice android
How to show in app navigation for finding direction and searching any place? It happens when we open google map in safari.But i want the same in app.
have a look at this tutorial..
it might just help you!!
http://www.vellios.com/2010/08/16/core-location-gps-tutorial/

How to lock the iPhone screen programmatically? [duplicate]

This question already has answers here:
Programmatically lock and unlock iPhone screen
(8 answers)
Closed 9 years ago.
How can my iOS program lock the iPhone's screen?
You can't. Why do you want to do this?