English 中文(简体)
我如何能够暂停所有关于iPad的明显通知?
原标题:How can I suspend all audible notifications on the iPad?

我们再次为iPad(只)制作录音申请,用于现场表演。 该装置将直接连接青少年。 因此,你在生活业绩期间想要的最后一个事情是,装置突然敲响了意外的警钟或催复。

借助对 Apple果-SDK的研究,除日历和警报外,它认为你可以阻止一切事情(和打上蜂窝)。

尽管如此,任何人都知道如何告诉装置 当我们回过空气时,不要让<>任何<>>>> 顾问办公室通知?

If not, can we at least query if they re turned on so we can warn the user?

Jailbeaking不是一个选择,因为我们想要通过App Store出售。

<>>>>>

另一种选择是,允许定期通知,并且通过iPad的发言者继续这样做,但我们寄来our<>。 穿过码头连接器的下线。

当然,我们总是能够为此开发自己的硬件,但我们又努力尽可能利用大部分装置的内在功能。

问题回答

这可能使你无法申请储存的分发,但显然有一些人愿意这样做。 见:

一些人报告说,有某些APIC电话,其副产品是接管所有合理的产出。 见

Your safest bet is probably to prompt the user to change the setting when the app opens.

www.un.org/Depts/DGACM/index_french.htm 页: 1

<>0> Pod ONLY: 在环境 => 声音......中,你可以把“跟踪和警示”的卷流放。 我的iPod认为,除我开立的方案的噪音外,如果该卷的精子全部落空,那么我根本不会听。

“Screenshot

iPad似乎不允许对像iPod那样的系统声音和方案声音进行单独的数量控制。

“iPad环境的物理同位素”/





相关问题
List Contents of Directory in a UITableView

I am trying to list the contents of Ringtones directory in a TableView, however, I am only getting the last file in the directory in ALL cells, instead of file per cell. This is my code: - (...

iPhone NSUserDefaults persistance difficulty

In my app i have a bunch of data i store in the NSUserdefaults. This information consists of an NSObject (Object1) with NSStrings and NSNumbers and also 2 instances of yet another object (Object2). ...

Writing a masked image to disk as a PNG file

Basically I m downloading images off of a webserver and then caching them to the disk, but before I do so I want to mask them. I m using the masking code everyone seems to point at which can be found ...

Resize UIImage with aspect ratio?

I m using this code to resize an image on the iPhone: CGRect screenRect = CGRectMake(0, 0, 320.0, 480.0); UIGraphicsBeginImageContext(screenRect.size); [value drawInRect:screenRect blendMode:...

Allowing interaction with a UIView under another UIView

Is there a simple way of allowing interaction with a button in a UIView that lies under another UIView - where there are no actual objects from the top UIView on top of the button? For instance, ...