Meteor.js: Build iOS app for production Where should –server <host>:<port> point? -


i building ios app using meteor + cordova , can't head around.. using meteor build <path> --server <host>:<port> command, should <host>:<port> point? server should have build ios app? should deploy app galaxy first?

--server <host>:<port> 

should point location of meteor server (so mobile app knows go connect meteor based backend). example, if you've deployed meteor backend galaxy, , have made available @ https://yourprodurl.com, --server setting like:

--server=https://yourprodurl.com:443 

Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -