I am trying to save a PFObject that has a PFFile as an attribute. I am using the new Local Datastore for iOS, so I
PFObject
PFFile
PFFiles still don't support saveEventually see here
saveEventually
That page was last updated : 2015-01-23
You could pinInBackgroundWithBlock and if successful save the PFFile to a temporary folder in you app bundle and delete it when necessary or unpinned
pinInBackgroundWithBlock