meteor-ios
meteor-ios copied to clipboard
Meteor iOS integrates native iOS apps with the Meteor platform (http://www.meteor.com) through DDP
Has any effort been made to integrate with Realm.io as a replacement for core data?
Meteor iOS looks awesome. However, when I try and run this application, I get this error: "'PocketSocket/PSWebSocket' file not found". Is there any fix to this? I also have no...
Let say, when app first start, I do this subscribe [_subscriptionLoader addSubscriptionWithName:@"myCollection"]; it will return just a limited information. And in next time, I want to get full information, I...
Hallo Martijn! Thanks for creating this awesome lib–I'm currently using this for several production apps at Q42. I wanted to let you(and the rest of the users of this lib)...
when ever i am trying to connect to my local running server using simulator i am not able to connect. for connection i am using "ws://MyLocalIP:4000:/websocket" and also "ws://127.0.0.1:4000:/websocket" url....
I'm storing an array of values (groupIds) in the user-profile. When this array changes, another collection needs to be unsubscribed und subscribed again (since publish with relations isn't supported without...
Hey! I'm niether being able to run the examples nor run my own project with meteor-ios installed with cocoa pods. I'm getting a "Module 'Meteor' not found" error. I've checked...
I am trying to publish a publication where the data is coming from multiple mongo collections, and subscribing to that publication from my iOS app First question is, what is...
Added method for logging in with Meteor username for convenience
Hello Could someone please tell me how should be CoreData model designed to work correctly with the following Meteor responses: ``` { collection = users; fields = { profile =...