Tagged Questions

1
vote
2answers
581 views

How do we check if the iphone is on standby mode?

How can we check if the iphone has gone into a standby mode and returns from that mode programmaticlly? I am using this to force it not to sleep during the game: application.idleTimerDisabled = YES; ...
1
vote
6answers
770 views

iPod app stops responding after iPod returns from standby mode

The GUI of my application stops responding after the iPod has been in standby mode. The application I have made is based on the "Utility application" template from the wizard in xcode - but the ...
0
votes
1answer
53 views

server can't close socket connection with iPhone when iPhone is in standby mode

I use AsyncSocket to establish tcp connection via Wifi to a server, and after 10 seconds, the server will actively close the connection. When the iPhone is not in standby mode, the connection will ...
0
votes
1answer
95 views

Iphone application Blow into mic to put in standby mode

I am building a simple application to blow into the iPhones microphone, and have it then put the iphone in sleep mode how would I go about starting an application like that if I already have the UI ...
0
votes
1answer
113 views

local notifications in screenlocks

I'm looking for a way to display a UIAlert on the Iphone screen each time the Iphone goes to screenlock mode. Is there a way to do that through local notifications without using timers ? Or any ...
0
votes
4answers
369 views

Cause the iPhone to go into Standby

I am looking to make an app to replace the standby button. The problem, I've looked over the iPhone API very thoroughly and found how to disable standby but not how to cause the iPhone to go into ...