1
votes

After successfully building the AppCenter client application and launching it in an iOS device, my problem is that when I enter my Worklight Server credentials, the server URL and the port and with or without the applicationcenter context, the loading progress keeps running...

How to solve this issue?

1
Have you tried accessing the console from the iOS emulator with dev tools turned on? You might be able to see some potential errors from there. You can also check your server logs as well. I know that sometimes, when a 500 error occurs in WL, the code sent to stop the indicator is never invoked, so that's why you'd get that behavior. Honestly, I'm somewhat new to WL myself, just going on regular ol' web dev experience.Zarathuztra
To respond to the advice of Zarazthuztra. We followed your advice but we don't get an error from the server side. We have the impression that the Mobile App, it selves keeps running. Nothing seems to be transferred to the App Server.user3074860

1 Answers

1
votes

I agree with Idan, first thing to do is to run the application center client on the iOS emulator and look at the device logs. I have seen the loading never ending when the client was not compiled correctly, note that the native folder of the application center client worklight project contains native code (a cordova plugin) that needs to be present in order for the application to run properly. If this is the problem you are facing, the cordova log will tell you that the plugin named 'com.ibm.mobile.InstallerPlugin' is missing.