Callkit - wake up app when it is closed

Hi

I'm trying to wake up the app (when closed or in background mode) when user answers a CallKit incoming call. I've overloaded the func provider(_ provider: CXProvider, perform action: CXAnswerCallAction) and it is always called but it doesn't start or enter the app. Any idea?

Thanks