meteor-ios
meteor-ios copied to clipboard
Meteor iOS integrates native iOS apps with the Meteor platform (http://www.meteor.com) through DDP
Hi, I am facing some issue these are the logs ``` didFailWithError Error Domain=PSWebSocketErrorDomain Code=3 "Output stream end encountered" UserInfo={NSLocalizedDescription=Output stream end encountered} Will retry opening connection after 0.100000 seconds...
Hey Martijn, I'd like to make my app usable without a connection, is this possible? If positive, how can I configure it? I noticed I'm not getting access to the...
Context: 1. App is in swift running on ios 10 2. App is connected through wss to meteor 1.4 application 3. I am logged in Meteor and use callMethod() to...
is their going to be an update to include team in the mobile-config.js so that when a xcode project is build that it will fill-out the field?
Its has not been implemented yet , How can i use it if i need it
Hi, I am using subscription to get documents from the server. And then storing them in METCollection object. Code: METCollection *collection = [client.database collectionWIthName:@"database"]; NSArray *array = [collection allDocuments]; Now,...
I want to switch to OC can? I can't find the code with OC inside
Could you tell me how to add this step With this Podfile, Meteor iOS will be built as a framework and can easily be imported without further configuration (you may...
I've been trying to get the todos example working for a while now and can't get past the build error "No such module Meteor". When first downloading and build the...
Right now METAccount uses the bundleID and no access group for storing account credentials. We're writing an extension and we'd like to be able to share the credentials across extensions...