iOS chat application design, sending/relaying the message over to the end user
- by AyBayBay
I have a design question. Let us say you were tasked with building a chat application, specifically for iOS (iOS Chat Application). For simplicity let us say you can only chat with one person at a time (no group chat functionality).
How then can you achieve sending a message directly to an end user from phone A to phone B?
Obviously there is a…