Rahul Vyas
Rahul Vyas

Reputation: 28720

how to show UIalertview while application is running but iphone is locked?

i want to show a alert when my app is running but phone is locked..we can say in power save mode. is there a way to show alertview without Push-Notification service when phone is idle and app is running.

Upvotes: 1

Views: 389

Answers (1)

Dave DeLong
Dave DeLong

Reputation: 243146

If the application is locked, then your app is blocked. The only possibility (which I've never tried) might be to push a notification to the phone.

Upvotes: 2

Related Questions