Parse to Heroku migration (MongoLab): PFRelation issue
问题 I succeeded to migrate parse to parse-server with mongolab. Now everything works as expected, except when I'm logging with PFUser with MongoLab, my PFRelation object is always null. In my AppDelegate, when I run this code (official Parse): [Parse setApplicationId:@"xxxxxx" clientKey:@"xxxxxx"]; [PFUser enableRevocableSessionInBackground]; HomeView.m: self.currentUser = [PFUser currentUser]; self.friendsRelation = [[PFUser currentUser] objectForKey:@"friends"]; NSLog(@"%@", self.currentUser);