martijnwalraven / meteor-ios

Meteor iOS integrates native iOS apps with the Meteor platform (http://www.meteor.com) through DDP
MIT License
741 stars 82 forks source link

currentUser.services always nil #99

Open chrisscholly opened 8 years ago

chrisscholly commented 8 years ago

I need to access to the services field of User but this is always nil. In the Todos example, services is declared as @NSManaged var services: NamedValues? in the User class. profile is fetched as well but services is always nil :( Has anyone an idea pls? ^^