BelledonneCommunications / linphone-iphone

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of linphone-iphone (git://git.linphone.org/linphone-iphone.git)
http://linphone.org
GNU General Public License v3.0
588 stars 355 forks source link

Notifications in Background/Closed app #899

Closed Alessandro-v closed 2 weeks ago

Alessandro-v commented 11 months ago

Hi guys, I have implemented your SDK inside an app for a client of mine and the last step is implement push notifications, but I'm trying to figure out how to make them work when the app is in background/closed but I can't get it to work in any way.

To test how it works, here's what I'm doing:

Following this process no push is received.

Can you help me solve this problem? or is there no solution and pushes to background/closed app don't work?

Best, Alessandro

Alessandro-v commented 11 months ago

Any news guys?

Viish commented 11 months ago

Hi @Alessandro-v,

Take a look at our wiki: https://wiki.linphone.org/xwiki/wiki/public/view/Lib/Features/Push%20notifications/IOS%20push%20notification%20management/ Also you can check out our tutorials: https://gitlab.linphone.org/BC/public/tutorials/-/tree/master/ios/swift

Cheers,