react-native-webrtc / react-native-voip-push-notification

React Native VoIP Push Notification - Currently iOS only
ISC License
213 stars 83 forks source link

question #2

Closed npomfret closed 7 years ago

npomfret commented 7 years ago

Thanks for this project, looking forward to giving it a ago.

I'm currently using regular push notifications but am finding them to be quite unreliable, especially the silent type that interact with my app and deliver some data, hence looking at voip notifications now. My question is, are VOIP messages different in any way from "normal" apple push notifications?

ianlin commented 7 years ago

Thanks. The payloads are the same while the size of the VoIP one can be bigger. VoIP push needs different token. And if I recall correctly Apple would reject the app if using VoIP push in a non-VoIP app.

npomfret commented 7 years ago

Thanks, I'll give it a go.