Hi,
I have a objectA in database. Now I am creating another objectB that has a relational property objectA.
After I save objectB, the property value of objectA are updated too.
I am working on iOS.
Hi,
I have a objectA in database. Now I am creating another objectB that has a relational property objectA.
After I save objectB, the property value of objectA are updated too.
I am working on iOS.
Hi, Weinan!
Let me clarify your case:
Thank you Anatolii!
I figured out the issue. When I fetch the objects, I did not set the depth that resulted relational object was not fetched. This has just been solve.