Meteor build --mobile-settings not working

meteor build ../example/example --server http://example.herokuapp.com:80 --mobile-settings settings.json

settings.json

{
  "public": {
    "isMobile" : true,
    "fqdn": "example.herokuapp.com"
  }
}

I then inspect the IOS app using Safari Web Inspector and get this output:

It works fine on the web when I use meteor --settings settings.json

Still cannot figure this out. Does anyone know what might be happening?

Doesn’t that work with just: --settings (so without mobile)?

Unfortunately --settings is not an option in the meteor build call.

You are right on that!

Did you see those:

?

So what’s the solution to this?