react-native-webrtc / react-native-callkit

#deprecated iOS 10 new CallKit framework for React Native
ISC License
122 stars 67 forks source link

incoming call not show when user kill app #48

Open cuonghero6789 opened 6 years ago

cuonghero6789 commented 6 years ago

currently it's only work for me when state is active and background, when user kill app not working to me, and then i open app again it's auto incoming call, so how to wake up app when state is inactive?i want to incoming call when user kill app.

aarkalyk commented 6 years ago

You should use VoIP push notifications to achieve that.

cuonghero6789 commented 6 years ago

thanks @aarkalyk for your support, i added https://github.com/ianlin/react-native-voip-push-notification, but voip Notification still not received after app is killed by the user.