IOS如何在Host App 与 App Extension 之间发送通知
如何从你的一个App发送通知给另一个App?(例:搜狗输入法下载皮肤完成后使用皮肤)注:搜狗输入法是App、而键盘是Extension
当你为你的App添加AppExtension时,如果想在App发送通知给Extension或许这篇文章可以帮助你。
了解更多内容
//发送通知
-(void)postNotificaiton{
CFNotificationCenterRefnotification=CFNotificationCenterGetDarwinNotifyCenter();
CFNotificationCenterPostNotification(notification,CFSTR("<notificaitonname>"),NULL,NULL,YES);
}
//接收通知
-(void)receiveNotification{
CFNotificationCenterRefnotification=CFNotificationCenterGetDarwinNotifyCenter();
CFNotificationCenterAddObserver(notification,(__bridgeconstvoid*)(self),observerMethod,CFSTR("<notificaitonname>"),NULL,CFNotificationSuspensionBehaviorDeliverImmediately);
}
voidobserverMethod(CFNotificationCenterRefcenter,void*observer,CFStringRefname,constvoid*object,CFDictionaryRefuserInfo)
{
//Yourcustomwork
}
//移除通知
-(void)removeNotification
{
CFNotificationCenterRefnotification=CFNotificationCenterGetDarwinNotifyCenter();
CFNotificationCenterRemoveObserver(notification,(__bridgeconstvoid*)(self),CFSTR("<notificaitonname>"),NULL);
}
以上内容给大家简单介绍了IOS如何在HostApp与AppExtension之间发送通知的相关内容,希望对大家有所帮助!
热门推荐
10 小红书平安祝福语简短
11 生日祝福语大全女孩简短
12 收生日红包祝福语 简短
13 领证幽默祝福语简短
14 法考面试祝福语简短
15 老哥出门祝福语简短语
16 送灯祝福语简短独特
17 幼儿狗年祝福语大全简短
18 好听的元旦简短祝福语