As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Aris Sarris
`
[_store saveObject:@[Obj1,Obj2,Obj3,Obj4] withCompletionBlock:^(NSArray *ObjectsOrNil, NSError *ErrorOrNil)
{}];
`
Store saves only the first object and ObjectsOrNill seem to contain Obj1 four times.
In previous versions of your SDK this worked fine for me but I cannot tell with certainty which was the last one stable.
Is it actually a bug?