Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iPhone - Is it possible to override silent mode or have a recursive alert sound with push notification? [closed]

Tags:

iphone

I'm trying to write an application for the iPhone where the user will be notified of events such as deadlines. I am looking to override the silent mode and possibly have the notification sound loop until the user activates the application. Any info or documentation would be appreciated.

Thanks.

like image 701
Wallace Avatar asked Dec 16 '09 19:12

Wallace


2 Answers

Overriding the OS sound settings in this manner, even if it were possible, would surely result in rejection during the review stages (if the reviewer caught this behaviour).

Think about what you're doing, and ask yourself if you think your user would appreciate this "feature". To me, the answer is clearly no.

like image 101
Shaggy Frog Avatar answered Nov 02 '22 22:11

Shaggy Frog


Apple tends not to permit activities that could be so easily used to abuse the user. If I enable silent mode, there's a reason.

like image 31
ceejayoz Avatar answered Nov 02 '22 23:11

ceejayoz