Reputation: 16051
I was testing my app last night, which involves staying on all night. Unfortunately, the app was suspended when the device received an alert (it was about a provisioning profile expiring soon - but it could've been 10/5% battery, iCloud backup problems or anything else they have set as an alert).
Is there any way I can stop alerts from suspending my app, so it can continue to work as normal?
Upvotes: 0
Views: 66
Reputation: 50099
no. alerts are modal ... the ui is blocked by an alert
you COULD modify it for your process
for system alerts (that arent yours) you cant change that at all
Upvotes: 2