didReceiveStartCallAction not firing
wilkinsonj opened this issue · 0 comments
wilkinsonj commented
Bug report
- Reproduced on:
- iOS
Description
When I click on an incoming or outgoing call in recent calls on iOS, nothing happens. The app doesn't open, so the event handler can't fire either.
I have the following NSUserActivityTypes in my infoPlist:
"INStartAudioCallIntent",
"INStartVideoCallIntent",
"INStartCallIntent"
Am I missing some undocumented requirement (like the above activity types) which is required for this to work?
Thanks