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.
yes the query succeeds and it return error nil and an empty array , and the same request work from the rest api.
Damien Bell
said
almost 9 years ago
Good afternoon elnaqah,
Where your query succeeds and you're getting back 0 objects, can you make sure that the same request works properly from our rest API?
The two causes for this are either:
0 Objects and the result of a successful query, and there's no error (which gives you a nil value in the program). Or there are files that match, but there's an ACL issue that prevents them from returning.
Please add more information and I'll try to help you some more.
Ahmed Medhat (elnaqah)
NSLog(@"count %d",downloadedResources.count);
NSLog(@"error %@",error);
}];