I would like to retrieve 2 PFObjects at random, included in the PFObjects array when I do a query via Parse. The findObjects() option works but it creates a break when the app is running. Therefore I want to use findObjectsinbackground but when I do so it returns niL. Please note: I already implemented a function in my code that allows me to shuffle any array I get.
Would be great if you could provide me with a standard example of how to use findObjectsinbackground on a query in order to get 2 PFObjects at random among the PFObjects array. I don't think I need to provide a code for that