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
Post a Comment