I am new to IBM Worklight, now started using Adapters and I am able to Run the application from Eclipse IDE but I need some help to Execute the same app in a device (iPAD/tablet).
I have created a worklight project with a simple html and onclick of a button i called a Http Adapter which simply calls a Java class and returns back a string. I have deployed the Adapter and mobile app in eclipse. On hitting http://localhost:8080/console
, I am able to see the adapter and the mobile application. On Clicking the button on mobile app, it brings the value from adapter, its working fine.
I have converted the application as an xcode project and connected my iPAD which identifies the mobile application and installs it in my iPAD, when clicking on the button present in the mobile application, the value from adapter is not displayed.
How and where to configure the adapter? Where to specify the mobile application that my adapter is been installed in so and so machine? please help me