I have a React Native app with native module sendbird to make video call, in iOS i can receive incoming calls when my app is in foreground and background, but cannot receive incoming calls when my app is killed. Sometimes when I restart my app, an incoming call is show and disappeared immediately. I implemented pushkit delegate/protocol in my native module. What can I do?