Separate methods for sending raw NSData
camelpunch opened this issue · 1 comments
camelpunch commented
We currently only support sending of strings.
- Implement new methods
- Update tutorial 1 to point to this information where the Ruby one talks about byte arrays.
camelpunch commented
Closing as we now 'only' support NSData, and strings can be converted easily into these objects.