I have been using these projects files (SuperChat), to try and set up a kind of messaging app. I have done this and it successfully works but I need to be able to send images across the two devices now.
I use this code to send a message to the other device:
[theTopic publishMessage:@"Message"];
How would I be able to send an image, as this only let's you send an NSString.
Help would be greatly appreciated!
Thanks