I am using Parse as my backend for one of my native iOS app. I am not able to update a record on a table in Parse. First I query the object that I want to update it. So, \"o
Error code 101 in Parse means :
101: Object doesn't exist, or has an incorrect password.
Obviously, your object exists since postArray returns 1 record, so we should look at something password-related. Maybe your "askedFriends" object have an PFACL object which disable the edition of this object if you are not log in with the PFUser associated.
On Parse website, go to Dashboard, then Data Browser and select your "askedFriends" class.
There is an ACL column, you should check it.