Reputation: 1834
How can the app in two devices can contact to each other through Internet? In my app, I want the option of calling the other user within the app,ie., it should not use the regular calling service through mobile network(like in apps like Viber, Tango).Is there any framework available for both text chat and voice call? Please suggest some framework to achieve the both functionality.
Note:
1.For text chat, my opinion is go with Remote Notification service? Is this the best way to do? please suggest if any other best solutions available.
2.Regarding call service, I don't have any idea.
3.But the thing is, everything should be free.User should needed only internet connection.
Thank you.
Upvotes: 0
Views: 4531
Reputation: 6445
Yes. push notifications are the best way. find a nice tutorial here
For voice chat, Twilio Client iOS VoIP SDK
will be the best choice. It will also support text chatting. You can find docs also here.
Dont worry. Everything is free. enjoy coding
Upvotes: 1