Parse.com Query On Child Object Key Within An Array Of Objects Column
A Parse class has a column labeled BoxData and is an Array type. Each value for that BoxData column is an array of objects. BoxData (Array) BoxData value1 = [{'boxID':'1','boxWeig
Solution 1:
You can't use dot notation with Array or Dictionary types. This feature can only be used with Pointer types.
https://parse.com/questions/includekey-dot-notation-doesnt-work-on-arrays
Post a Comment for "Parse.com Query On Child Object Key Within An Array Of Objects Column"