I am using parse with iOS/Swift and in my PFUser class I have a field that contains an array of pointers to another PFObject class.
When I update the field via the Data Browser calling fetch on PFUser.currentuser does not retrieve this update. All other non-array fields retrieve updates however.
Is this simply an issue with Parse? Does anyone know of a workaround?