Karl Martin Lind
Results
3
comments of
Karl Martin Lind
@suniljakhar I greatly appreciate of you tell me if you find a nice solution !
@Jugon This does not work with cellular data connection
I figured out the first part myself. The NSNotification observer object has to change from Meteor to Meteor.database ``` NSNotificationCenter.defaultCenter().addObserver(self, selector: "databaseDidChange:", name: METDatabaseDidChangeNotification, object: Meteor.database) ```