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.
Can't retrieve data in iOS 10 with ' (KCSQuery *)queryWithQuery:(KCSQuery *)query'
J
João Pedro Furriel
started a topic
over 6 years ago
I recently updated my Xcode to version 8 in order to check whether my app was ready for ios10 or not. However, in this new version of the iOS I am not able to retrieve data with the method kcsquery queryWithQuery. If I change back to the iOS9 in the simulator, I can retrieve the data.
With iOS 10 I always get the error: "NSError *domain: @"KCSServerErrorDomain" - code: 401" - "NSLocalizedDescription" : "Invalid credentials. Please retry your request with correct credentials" although I am logged in correctly as I can log the active user correctly.
João Pedro Furriel
I recently updated my Xcode to version 8 in order to check whether my app was ready for ios10 or not. However, in this new version of the iOS I am not able to retrieve data with the method kcsquery queryWithQuery. If I change back to the iOS9 in the simulator, I can retrieve the data.
With iOS 10 I always get the error: "NSError * domain: @"KCSServerErrorDomain" - code: 401" - "NSLocalizedDescription" : "Invalid credentials. Please retry your request with correct credentials" although I am logged in correctly as I can log the active user correctly.