Dynamic configuration of client
Posted: 24 Sep 2013, 06:19
Currently I am querying a database for configuration data. This includes the port,zone, and IP of the SFS2x server
I am creating a client
but there is no way to configure the httpPort, or blueBoxPollingRate
do i have to load a config file from the bundle to configure these options?
I am creating a client
Code: Select all
_smartFox = [[SmartFox2XClient alloc] initSmartFoxWithDebugMode:NO delegate:self];
[_smartFox connect:_gameServerUrl port:_gameServerPort];
do i have to load a config file from the bundle to configure these options?