1. 首页
  2. 数据库
  3. 其它
  4. IOS如何在Host App 与 App Extension 之间发送通知

IOS如何在Host App 与 App Extension 之间发送通知

上传者: 2021-01-10 15:44:29上传 PDF文件 36KB 热度 13次
如何从你的一个App发送通知给另一个App? (例:搜狗输入法下载皮肤完成后使用皮肤) 注:搜狗输入法是App、而键盘是Extension 当你为你的App 添加 App Extension时,如果想在App 发送通知给 Extension或许这篇文章可以帮助你。 了解更多内容 // 发送通知 - (void)postNotificaiton { CFNotificationCenterRef notification = CFNotificationCenterGetDarwinNotifyCenter (); CFNotificationCenterPostNotification
下载地址
用户评论