Reputation: 258
I am trying to configure and upload the AppCenter installer app.
I already have our actual mobile project deployed on our Worklight Server (running on WAS Liberty profile). Now, we'd like to install AppCenter installer app in order to distribute our app for testing.
I've read through this article here: http://www.redbooks.ibm.com/redpapers/pdfs/redp5005.pdf, but didn't see any information on setting up the application descriptor file for the AppCenter Mobile Client.
Currently, my application descriptor file is pointing to localhost. Should this be pointing to our Application Center server URL or our Application Center console? Should it have the same configurations as our mobile app? And if I need to point it to our console, do I need another context set up for the AppCenter?
Upvotes: 0
Views: 444
Reputation: 44526
First thing first, I suggest that you take a look at the IBM Worklight Information Center topics for Application Center.
As for your questions:
You need not do anything to the AppCenter project (the AppCenter Installer app) other than:
worklightServerRootURL
value, is it not required to connect to a Worklight Server (the apps you will install through it - will)Configuring it in-app to point to the Application Center server
As for after building your own Worklight project
You will need to repeat downloading the AppCenter Installer app for each device you want to perform testing on.
Upvotes: 1