javascript - Update all user objects in parse -


i have added column in user class holds users score in game, ios app. have javascript runs seperate app changes users scores based on other variables. can access user class via query , variables if try

user.save(); 

if not work. there different save method need use save new user details. cannot done based off current user javascript changes every user in user class.

thanks,

you don't have access user object without being signed in, need other user objects own, should separate out class.

you can circumvent using master key, though. check post:

https://parse.com/questions/bypass-acl-on-cloud-code


Comments

Popular posts from this blog

c# - Sort XmlNodeList with a specific Node value -

Android Java.Lang.RuntimeException : Unable to start activity Component Info -

actionscript 3 - Equivalent to moveReceived in ElectroServer 5 -