Save eventually on PFObject with PFFile (Parse Local Datastore)?

前端 未结 2 908
情深已故
情深已故 2020-12-08 17:36

Goal

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

2条回答
  •  抹茶落季
    2020-12-08 18:03

    PFFiles still don't support saveEventually see here

    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

提交回复
热议问题