You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
Hi,
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
The text was updated successfully, but these errors were encountered: