iOS App DefaultURL

Is there a way to set the Mattermost URL from a configuration file or info.plist in the react native 1.8 version of the Mattermost iOS app? I saw a reference to adding an assets/override/config.json file with a URL, but that didn’t work. Any ideas?

Thanks

@elias Thoughts on this?

Modifying the config file and compiling should do the job, if you want to accomplish the same thing using the distributed apps in the store you need to use an EMM provider and use AppConfig

Hi Elias,

Is there a way to do this without compiling? i.e. just unzip the app, modify a config file, and zip the app back up?

I will sign the app again after.

thanks,

Paul

I really don’t think that’s possible but you could try it, I’ve never done it and wouldn’t recommend it either