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
Post a Comment