Tagged Questions
2
votes
1answer
71 views
NOT show the last screen when launching iOS App
My app has a feature that, when enabled, presents a “decoy” screen whenever the app is launched. The user then has to tap in a “secret knock” to dismiss the decoy screen and see the password screen.
...
0
votes
0answers
117 views
Alarm to go off while app is Suspended, i.e. beyond the 10min mark
I just want an application on ios that can play a sound (as an alarm) beyond the 10min mark (which is when an app is suspended after being backgrounded for that long).
Here is what I've done:
...
0
votes
1answer
217 views
Prolong iOS app suspend time
When I press the home button my app is suspended correctly, however it only lasts a few minutes. If I leave it for a short while and return to it the app starts up fresh.
I'm not running any ...
0
votes
2answers
290 views
iOS NSNotification - how to safely ignore when coming out of suspended
Sometimes, when the app I'm working on comes out of suspended mode, I need to make sure it does not respond to the notifications iOS has saved for it while the app was suspended. Where's the right ...