I’m using xcode 4.2 to do an app for iPhone and I need to use protobuf serialization.
How should I do it?
I’ve tried this implementation but I can’t figure out how to make a reference to ProtocolBuffers.h in xcode 4.2.
I’m using xcode 4.2 to do an app for iPhone and I need to
Share
As it happens I just answered a similar question here. Protobuffers has an Objective C implementation so can most likely be used on an iOS client. In order to handle messaging to/from the client & server I can recommend RabbitMQ. I’ve not used any of these technologies on iOS but have successfully used them in cross-platform Java/C# apps – and they are very fast indeed.