I query relational database from Parse server, then attempt to pinALl()
/ pinAllInBackground()
to save queried data to local database. However, sometimes pinAll
/pinAllInBackground()
does not return anything (no exception, nothing). Then the app freezes.
Is anyone familiar with this problem regarding pinAll()
and pinAllInBackground
?