iOS APP connecting to remote mongodb from mongolab

I’m try to deploy my Meteor App which uses remote mongodb provided by MongoLab.

I can run MONGO_URL=mongodb://test:test@example.mongolab.com:51334/example_development meteor run ios with no problems, everything works as wanted, but when I run MONGO_URL=mongodb://test:test@example.mongolab.com:51334/example_development meteor build ~/build-out-directory --server=example.com and open MyApp.xcodeproj, it builds successfully, but it won’t load data from the remote database, is there a specific config i’m missing?

1 Like