Where should the developer install the provisioning profile to test the application on a physical iOS device?
A developer wants to test a hybrid application on a physical iOS device. The developer has
enrolled in the iOS Developer Program and created a provisioning profile. Where should the
developer install the provisioning profile to test the application on a physical iOS device?
What can be a cause for this issue?
A developer is using a Worklight Studio installation that is configured with the Android 2.2 SDK
and the corresponding Google USB driver. The developer has connected an Android device to the
machine via a USB cable. The developer tries to run the application on the device but does not
see the device listed as a target. What can be a cause for this issue?
What is the consequence if the connection error is resolved using the WL.Client.init({connectOnStartup:false})
A Worklight application does not need to connect to a server on startup. However, when
previewing the application on the device emulator, it is throwing a server connection error on start
up. What is the consequence if the connection error is resolved using the
WL.Client.init({connectOnStartup:false}) API to disable the connection to the server on application
startup?
What is the correct use of Worklight’s debugging features to resolve this problem?
A Worklight developer is having trouble with the XSL file that transforms the raw XML feed from a
public RSS server into JSON data to be consumed by a mobile application. What is the correct
use of Worklight’s debugging features to resolve this problem?
What else does the developer need to do before the AVD emulator can be used to test the application?
A developer has created a Worklight mobile application and wants to use the Android Virtual
Device (AVD) emulator to test it. To accomplish this, the developer has installed the ADT plug-in,
Android 4.0 SDK platform and created an Android environment for the application. What else does
the developer need to do before the AVD emulator can be used to test the application?
Which action must the developer perform to support the configuration?
What should be placed in the "to be filled" parameter?
Which Worklight pre-defined authenticators can be used to secure an application that requires the user to logi
Which Worklight pre-defined authenticators can be used to secure an application that requires the
user to login with a user ID and password?
Which assertion is correct?
A developer is debugging a Worklight Adapter procedure that has been configured with the
following securityTest property in the adapter configuration file:
<procedure name=”getSecureFeed” securityTest=”Adapter-securityTest”/>
When the adapter procedure getSecureFeed is invoked by the client, the developer has noted that
the Worklight Server responds with HTML content rather than the expected JSON content from
getSecuredFeed function.
Which assertion is correct?
Which set of actions does the developer need to take in addition to creating a custom Java Authenticator?
An application needs to log into an existing backend with the fields username, password, pin code
and account number. Which set of actions does the developer need to take in addition to creating
a custom Java Authenticator?