meteor-ios icon indicating copy to clipboard operation
meteor-ios copied to clipboard

Meteor iOS integrates native iOS apps with the Meteor platform (http://www.meteor.com) through DDP

Results 68 meteor-ios issues
Sort by recently updated
recently updated
newest added

Hi Martin, I lost a couple of hours yesterday because I didn't realize METAccount.h was a private file. I thought my Swift bridging header was acting weird for some reason....

Hey again, the app I'm developing requires intermittent usage--a common use-case is for the user to unlock their phone, enter some data, then lock their phone again for 5-15 minutes...

I'm not able to run the todos scheme: CoreData: error: Property 'incompleteCount' is a scalar type on class 'Todos.List' that does not match its Entity's property's scalar type. Dynamically generated...

Expose loginWithMethodName:parameters:completionHandler: in METDDPClient.h. Use METMethodCompletionHandler instead of METLogInCompletionHandler to expose the login response body. Not sure if this is the right way to go about it but figured i'd...

I use mogenerator to generate machine + human readable classes for my Core Data entities. It seems like we could also spit out js to declare the collections? Right now...

Often it helps to define a programmatic method API for each meteor method defined by the server. However in practice it seems that having the stub be defined in a...

We have a few features that require `unsub` messages to be sent over the wire before `sub` message to the same subscription, with different parameters. Even with a timeout of...

Right now `METMethodInvocation` executes both `_receivedResultHandler` and `_completionHandler`. On the queue associated with the `METMethodInvocationCoordinator`s `NSOperationQueue`. This isn't a bug because you dont make any guarantees that callbacks be called...