I want to send PFObject from my Parse.com cloud with PubNub. I send PubNub message with json PFObject and receive it in my IOS app.
JSON.stringify(pfObject)
But i don't know how can I deserialize it in my IOS app as do the PFCloud methods.
There is a solution or not possible ?