You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 26, 2019. It is now read-only.
I'm currently having the same issue. The action successfully wakes up the app but at that point seems like RNCallKit is not setup yet so there's not a handler method for that action. @ianlin any ideas how to fix it?
I have a number of call-kit-calls listed by my app under the Recent-tab on my iPhone.
In my app-code I hook into the
didReceiveStartCallAction
-event like this:When I click a call in Recent-list my app starts, but the above event isn't executed (other callbacks like
answerCall
andendCall
works)Any ideas why?
The text was updated successfully, but these errors were encountered: