I was working on Android Mobile first app which was connecting to development server until now. I got the production server url today and I was trying to push the app to the production server, I was able to deploy app on production server but nothing works there when I run my app.
Procedure I followed:
- URL: https://MYServer:10080/worklightconsole
- Changed details in Wlclient.properties
wlServerProtocol=http wlServerHost=MYServer wlServerPort=10080 wlServerContext=/MYAPP/ wlAppId=com_myapp wlAppVersion=1.0 wlEnvironment=Androidnative wlUid=wY/mbnwKTDDYQUodidsdSgg== wlPlatformVersion=7.1.0.00.20150913-2345 wl.analytics.console.url=l=https://MYServer:10080/analytics/console wl.analytics.url=l=https://MYServer:10080/analytics/analytics-service/data
- I did a mfp push to my development server.
- Took the myapp.wlapp and deployed into production server.
But this is not working because when check my wlclient.properties file after mfpush it changes the host port and protocol.
Can anyone help me understanding how do the push the app to the production server and get it worked...