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.
user.update(new KinveyClientCallback() { @Override public void onSuccess(Object o) {
}
@Override public void onFailure(Throwable throwable) {
} });
it does not update my record and it delete my other record
Best Answer
P
Prabhatt Tiwari
said
about 5 years ago
Hi KY,
Instead of putting the values in the User class instance, Please try to get the instance of current user Class via Client and save the values. For reference check this link.
Can you tell us how you are trying to update this field? From the Kinvey Console, SDK, App, Business Logic, Flex?
We look forward to hearing back from you.
Regards,
Billy
1 person likes this
P
Prabhatt Tiwari
said
about 5 years ago
Answer
Hi KY,
Instead of putting the values in the User class instance, Please try to get the instance of current user Class via Client and save the values. For reference check this link.
KY Kong
Hi KY,
Instead of putting the values in the User class instance, Please try to get the instance of current user Class via Client and save the values. For reference check this link.
https://devcenter.kinvey.com/android/guides/users#update
We look forward to hearing back from you.
Regards,
Prabhat T.
- Oldest First
- Popular
- Newest First
Sorted by Oldest FirstBilly Gee
Hello KY,
Can you tell us how you are trying to update this field? From the Kinvey Console, SDK, App, Business Logic, Flex?
We look forward to hearing back from you.
Regards,
Billy
1 person likes this
Prabhatt Tiwari
Hi KY,
Instead of putting the values in the User class instance, Please try to get the instance of current user Class via Client and save the values. For reference check this link.
https://devcenter.kinvey.com/android/guides/users#update
We look forward to hearing back from you.
Regards,
Prabhat T.
KY Kong
Thanks!! It worked for me now.
Barry allen
i also had same problem but its solved now !
-
Can I add KinveyReferences and other custom Arrays to the User entity?
-
How can I use custom enums within my Entity?
-
Linking an image does not save with LinkedData
-
How can I get all records saved by the current user?
-
Why don't all users see the same data when querying?
-
Retrieving related file from datastore collection - continued
-
Problem implementing sign up / login
-
Can Android API be used for Java?
-
I'm not receiving push notifications
-
It is impossible to receive object according to the link
See all 259 topics