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.
With the latest iOS SDK 3.5.0, there is a new method User.refresh() appears to be broken. When calling the new function (even right after logging in a user), I get an HTTP error: Invalid credentials. Please retry your request with correct credentials.
Again, this error is thrown when calling the method, even after successfully logging in a user.
Best Answer
P
Pranav J
said
about 6 years ago
Chris,
I tried the below code and it worked fine. I am not able to reproduce the issue.
Kinvey.sharedClient.activeUser?.refresh() { result in
switch result {
case .success:
//succeed
case .failure(let error):
//failed
}
}
Can you try again and if it fails, send me your relevant code and timestamp of failure?
Thanks,
Pranav
Kinvey
1 Comment
P
Pranav J
said
about 6 years ago
Answer
Chris,
I tried the below code and it worked fine. I am not able to reproduce the issue.
Kinvey.sharedClient.activeUser?.refresh() { result in
switch result {
case .success:
//succeed
case .failure(let error):
//failed
}
}
Can you try again and if it fails, send me your relevant code and timestamp of failure?
Chris D
With the latest iOS SDK 3.5.0, there is a new method User.refresh() appears to be broken. When calling the new function (even right after logging in a user), I get an HTTP error: Invalid credentials. Please retry your request with correct credentials.
Again, this error is thrown when calling the method, even after successfully logging in a user.
I tried the below code and it worked fine. I am not able to reproduce the issue.
Can you try again and if it fails, send me your relevant code and timestamp of failure?
Thanks,
Pranav
Kinvey
Pranav J
I tried the below code and it worked fine. I am not able to reproduce the issue.
Can you try again and if it fails, send me your relevant code and timestamp of failure?
Thanks,
Pranav
Kinvey
-
Why do I get "Undefined symbols" errors when building with KinveyKit?
-
How do I register push tokens?
-
When using social login, to perform a log-out, do I need to log out of the social network, Kinvey, o
-
How can I assign additional properties to users?
-
Does KinveyKit support 64-bit ARM devices, such as iPhone 5s?
-
Authorization Token Invalid or Expired
-
BOOL and how it is stored in the database.
-
Offline saving throwing errors
-
Custom endpoint not able to form request object
-
Security through business logic
See all 437 topics