linphone-iphone icon indicating copy to clipboard operation
linphone-iphone copied to clipboard

Does Linphone ios sdk self send Push notification to APNS?

Open ashwani280496 opened this issue 3 years ago • 2 comments

I am implementing a SIP Calling client . incoming, outgoing calls are working fine when app is in foreground now I need to push notification when app is in background. so I want to know does linphone sdk self sends push notifications to APNS? If yes how can i configure this in my code?

Thanks

ashwani280496 avatar May 07 '21 17:05 ashwani280496

yes, linphone support the PUSH, actually, it's the push notification from APNS to your linphone client as i understand, but you need to prepare your own voip certificate in your apple developer account.

chaoshwu avatar Jun 11 '21 01:06 chaoshwu

@ashwani280496 you need to setup voip notification on your server side for background or terminated state , Linphone support for foreground only

Raviojha62 avatar Sep 01 '21 17:09 Raviojha62