Skip to content

when I update User information, I use saveInBackground then not any callback #709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
NOA-Scott opened this issue Aug 17, 2017 · 5 comments

Comments

@NOA-Scott
Copy link

NOA-Scott commented Aug 17, 2017

Hi guys:
when I update User information, I use saveInBackground then not any callback?
I use compile 'com.parse:parse-android:1.15.8' on the android studio
any solution???
Best Wish

@addisonElliott
Copy link
Contributor

Can you provide additional detail to your problem? Also, can you post your code so we can take a look. I doubt this is a bug in the code, but likely an error in your code.

@NOA-Scott
Copy link
Author

@addisonElliott Thank you for your answer, I can log in success, but I can't use saveInBackground update user data, not any callback?

@Jawnnypoo
Copy link
Member

Need some code in order to help out, otherwise its all just guesses

@TravisHeaver
Copy link

I am having a similar/same issue:
After a fresh uninstall reinstall I am no longer able to use saveEventually/saveInBackground.
I use saveInBackground or saveEventually and the callback never fires If I run debug with a breakpoint at:
ParseObject.java ParseEventuallyQueue cache = Parse.getEventuallyQueue();
My cache eventuallyPinUUIDQueue has 90 items in it which never get cleared and continues to grow. However, if I go into phone settings and clear app data saveEventually/saveInBackground the eventuallyPinUUIDQueue is 0 and callbacks work as expected... until uninstall reinstalling the app.

I am running parse 1.15.8.

@natario1
Copy link
Contributor

I think that all these no-callback issues can be related to #646 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants