简体   繁体   English

是否可以从iOS上的不同应用程序打开/关闭通知

[英]Is it possible to turn on/off notification from different applications on ios

I am working on an application that will allow the user to turn off cellular data or at least turn off notifications from other applications on the device, all through my application. 我正在开发一个应用程序,它将允许用户通过我的应用程序关闭蜂窝数据或至少关闭来自设备上其他应用程序的通知。 Is this possible? 这可能吗? (I know that in Android it possible) (我知道在Android中有可能)

Your app has absolutely no control what-so-ever of other apps, not even indirectly. 您的应用绝对无法控制其他任何应用,甚至不能间接控制。 The one exception is using a custom url scheme to open the app, and optionally, ask it to do something. 一个例外是使用自定义url方案打开应用程序,并可以选择要求它做某事。

No, on iOS you can't even find what other apps the user has installed. 不,在iOS上,您甚至无法找到用户已安装的其他应用程序。

Even if you could, they are all sandboxed. 即使可以,它们都被沙盒化了。 You can't touch anything inside the other apps. 您无法触摸其他应用内的任何内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在iOS上关闭特定的通知类型 - How to turn off specific notification types on iOS 通过不同控制器中的开关打开/关闭本地通知 - Turn on/off local notification with switch in different controllers 是否可以在一个应用程序中为不同的事情打开和关闭不同的通知? (iOS、安卓) - Is it possible to turn on and off different notifications for different things in one app? (iOS, Android) 可以在IOS Webview中关闭指令性文字吗? - Possible to turn off predective text in IOS Webview? 是否可以在应用程序中提供设置以让用户打开或关闭Braze通知? - Is it possible to provide setting in app to let user turn on or off Braze notification? 接收远程通知iOS Swift时打开/关闭振动和声音 - Turn on/off vibration and sound while receiving remote notification ios swift iOS:关闭相机 - IOS: turn off camera 如何从应用程序打开关闭通知反映到iPhone设置 - How to Turn On Off Notification from application reflect into iPhone settings 是否可以通过pubnub在多个应用程序上发送IOS推送通知? - Is it possible to send IOS push notification through pubnub on multiple applications? 定位服务关闭通知 - Location service Turn off Notification
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM