Unable to push https-based app to Android Store

Hi,

I have a client who has a Meteor/Cordova based app which uses https to connect to the server. We can build it locally like this:

meteor run android-device --mobile-server=https://app.myapp.io:443

Everything runs perfectly.

Then we build the version for the Android PlayStore:

meteor build …/…/…/myAppBuilds/ --server=https://app.myapp.io:443

Once uploaded to the PlayStore it simply doesn’t connect to the server.

If we do the same thing using http://app.myapp.io instead then it works (albeit over a non-secure connection).

Does anyone have any idea as to what could be going on?

Tim (not an Android expert)

1 Like