Re: Getting notification when Facetime call comes in

2021-08-24 Thread Alex Zavatone via Cocoa-dev
Why not build your own test bed for the notifications that come in and decide which ones you want to respond to? Cheers, Alex Zavatone > On Aug 24, 2021, at 10:52 AM, Gabriel Zachmann via Cocoa-dev > wrote: > > Thanks a lot for your response! > >> Not sure if that work, but at least, you

Re: Getting notification when Facetime call comes in

2021-08-24 Thread Gabriel Zachmann via Cocoa-dev
Thanks a lot for your response! > Not sure if that work, but at least, you should try to use the right > Notification Center. > NSWorkspace Notification Center is only used to broadcast NSWorkspace > notifications. I tried it , but it did not work either. > >

Re: Getting notification when Facetime call comes in

2021-08-24 Thread Jean-Daniel via Cocoa-dev
Not sure if that work, but at least, you should try to use the right Notification Center. NSWorkspace Notification Center is only used to broadcast NSWorkspace notifications. https://developer.apple.com/documentation/avfaudio/avaudiosession/responding_to_audio_session_interruptions