I am getting the error:
\"A long-running Parse operation is being executed on the main thread. Break on warnParseOperationOnMainThread() to debug.\">
It Almost happens with all Parse queries or data saving. It avoid this, there is option to perform operation in background. Actually there are two alternatives, one is to perform in background and other is perform in background with block of code.