Open wilkinsonj opened 4 months ago
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
Bug report
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