JamesCBaird
JamesCBaird

Reputation: 73

Turning off Notifications MonoTouch

I have created an iPhone app in MonoTouch. The app is a test where the test taker should not get interrupted during the test. How do you make sure that notifications are turned off while my app is running so the test taker will not be interrupted?

Upvotes: 2

Views: 143

Answers (1)

TylerOhlsen
TylerOhlsen

Reputation: 5578

Sorry, this is not possible. MonoTouch does not give any more access to the OS than Cocoa and this is not possible in Cocoa. See this answer for more details.

Upvotes: 3

Related Questions