12
RMSHostSelector – Manages server selection for iOS appsUse RMSHostSelector to allow user-selection of a server host when testing/debugging iOS apps. Host choices are defined in a Hosts.plist file that you add to your app’s resources. Each host is defined as a key/value pair (i.e. production => myserver.com)Release builds should not permit user-selection of a back-end server. For these builds, preference is given to the production key in the Hosts.plist file. All other keys will be stripped…