Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

Is there any way to assign port number manually on iOS? #55

Open
danielruiz7 opened this issue Aug 24, 2018 · 1 comment
Open

Is there any way to assign port number manually on iOS? #55

danielruiz7 opened this issue Aug 24, 2018 · 1 comment

Comments

@danielruiz7
Copy link

Hi,

we now pick a port from a predetermined range (12000-13000), calculated based on the appId.

I'm developing a multi tenancy app where all my clients will share database and a single meteor app, but each one will have its own mobile app. So I build all the apps from the same base code, modifying the mobile-config.js file and then getting the app's package name at runtime to redirect to the proper root page for this client.

The only issue I have is that I cannot run more than one app on iOS at the same time. I guess the problem is that the Meteor appId is the same for all the apps so the port is the same. Is there any way to assign the port number manually?

Thanks

@pramodrwt
Copy link

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants