ios - Parse.com object disappears after saving -
this bit of crazy one. have ios app saves object parse.com's datastore. until couple of days ago worked well. now, suddenly, object not going database. put code here doesn't seem issue, gets more bizarre:
when go directly data browser , insert row manually, shows right there.
but when refresh data browser -- object gone.
looking @ forums here's more data:
- when save app, have existing current user.
- the object exists.
- the permissions on class "public."
- the app codes correct (i'm able read database.)
- i'm seeing
saveinthebackground
success block getting called, , printing out object has valid object id!!!
but goes pooooooffff , gone.
any idea what's happening?
edit: added different class exact same columns, changed appropriate fields in app, , works. alarming, class stops saving objects of sudden. idea why?
Comments
Post a Comment