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.
Are there any error messages? Is your user collection private? If you switch back to 1.24 do the results appear?
B
Borna Beaković
said
almost 10 years ago
Hi Michael. There are no warning, just empty array. My user collection permission is default SHARED. If I switch back to 1.22 ( this was the one I was upgrading from) I get populated array with all my users.
M
Mike
said
almost 10 years ago
Do you have the kinvey request id?
B
Borna Beaković
said
almost 10 years ago
I don't have it. How can I get one?
M
Mike
said
almost 10 years ago
Add the following after the KCSClient setup to enable logging. This will print out a ton of info, including the server responses with the kinvey-request-id
Borna Beaković
prior to upgrading to newest version of Kinvey 1.25 I queried Users collection with this method:
_store = [KCSAppdataStore storeWithCollection:[KCSCollection userCollection] options:nil];
[_store queryWithQuery:[KCSQuery query] withCompletionBlock:^(NSArray *objectsOrNil, NSError *errorOrNil) {
} withProgressBlock:nil];
After upgrading this method is returning empty array. Is this a bug or there is another way to query the whole user collection now?
Thank you