ios - Will Apple reject my app if i use VOIP Capability in chat app(WhatsApp like application) -


we developing chat application whatsapp. it's xmpp based application, xmpp complaint servers follows push model sending messages, presence..etc.

so when user offline messages goes offline stack , pushes again once user comes online.

we want know when app killed , can use voip capabilities run in background? or need go push notification model?

please me .

you cannot add voip chat application there other background task execution options can achieve this. modify server side piece send notifications app @ reasonable time intervals if user if not online , app opportunity execute in background when these notifications delivered.


Comments

Popular posts from this blog

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -