I am creating schemas(To differentiate between development & production environment) for my iOS application which uses IBM MobileFirst platform. I need to provide different values for PROTOCOL
, HOST
& PORT
based on the selected schema value.
For Production Schema values should be as follows:
PROTOCOL : HTTPS
HOST: PRODUCTION HOST NAME
PORT: PRODUCTION PORT
For Development Schema values should be as follows:
PROTOCOL : HTTP
HOST: DEVELOPMENT HOST NAME
PORT: DEVELOPMENT PORT
As per the IBM mobilefirst development We need to place the above mentioned values in the mfpclient.plist file.