Questions tagged [ibm-mobilefirst]

IBM MobileFirst Platform Foundation (formerly IBM Worklight Foundation) helps organizations extend their business to mobile devices. It provides a mobile application platform to build, run and manage mobile applications.

IBM MobileFirst Platform Foundation -- Formerly known as IBM Worklight Foundation -- helps you extend your business to mobile devices. It is designed to provide an open, comprehensive platform to build, test, run and manage native, hybrid and mobile web apps. IBM MobileFirst Platform Foundation can help reduce both app development and maintenance costs, improve time-to-market and enhance mobile app governance and security.

Searching Stack Overflow using the old #worklight tag will also show a wealth of historical questions & answers.


IBM MobileFirst Platform Foundation is comprised of five components:

  • IBM MobileFirst Studio offers leading tools for native and hybrid development that help maximize code reuse and accelerate development.

  • IBM MobileFirst Server is mobile-optimized middleware that serves as a gateway between applications, back-end systems and cloud-based services.

  • IBM MobileFirst Device Runtime Components offer runtime client application program interfaces (API) designed to enhance security, governance and usability.

  • IBM MobileFirst Application Center enables you to set up an enterprise app store that manages the distribution of production-ready mobile apps.

  • IBM MobileFirst Console is an administrative GUI designed to provide real-time operational analytics for the server, adapters, applications and push services to help you manage, monitor and instrument mobile apps.


With IBM MobileFirst Platform you can:

  • Support multiple mobile operating environments and devices with the simplicity of a single, shared code base.

  • Utilize your preferred development tools with the command line interpreter for MobileFirst Platform developers.

  • Connect and synchronize with enterprise data, applications and cloud services, including IBM BlueMix mobile services.

  • Safeguard mobile security at the device, application, data and network layer.

  • Manage your mobile app portfolio from one central interface.

Source: IBM MobileFirst Platform

6070 questions
1
vote
1 answer

worklight server configuration - separating adapters and server

Two part question. Generic question about a server configuration feature, and then it's possible implications for what we'd like to do. The worklight properties file has entries publicWorklightHostname, publicWorklightPort, publicWorklightProtocol.…
djna
  • 54,992
  • 14
  • 74
  • 117
1
vote
2 answers

How to enable WL.JSONStore in Worklight project?

When I played with the sample Using_JSONStore, I always tested WL.JSONStore=="undefined" on Android Mobile Browser Simulator or on a Android Virtual Device Emulator, or on my real Android device (Android version 2.3.5). How to enable the…
user2424627
  • 169
  • 1
  • 6
1
vote
1 answer

IBM Worklight - "Unfortunately, HelloWorkLight has stopped" error message

I have created a simple HelloWorld application with the Android environment. When I run it in my android device (ICS version) i get this error message: Unfortunately, HelloWorkLight has stopped When I run it in the Android emulator (version 2.2),…
mas_bejo
  • 597
  • 2
  • 6
  • 22
1
vote
1 answer

IBM Worklight - "The Connection to the server was unsuccessful"

When I preview my application in Worklight Console, it successfully connects to the Worklight Server, but if I run the app in the emulator I get this error: The Connection to the server was unsuccessful. …
Samsul Arifin
  • 247
  • 1
  • 6
  • 24
1
vote
1 answer

IBM Worklight - Push Notifications feature does not work in Android emulator

I am trying to set up the sample project for Worklight push notification on Android. When I launch the app in the Android emulator only the first two buttons (isSubscribed and isSupported) are clickable. The other two buttons (Subscribe and…
1
vote
1 answer

With a Worklight Adapter can I change the domain and port for a procedure at runtime?

I am writing a worklight application and it will be connecting to a variety of backend services which will be decided by the consumer after installation. I would like to use adapters to connect the client to the backend services - but want to avoid…
1
vote
1 answer

Worklight: recursive function call inside Adapter - hangs Studio

I have below simple function in an adapter, when i am calling it from the App, it hangs the WL Studio and gives recursive exceptions. Adapter Function function listSummaries3009Details(param){ var obj = com.MQNotifier.SimplePTP(); var…
AAhad
  • 2,805
  • 1
  • 25
  • 42
1
vote
1 answer

Documentation for Adobe AIR client in Worklight?

I'm trying to find any documentation on the usage of an Adobe AIR client in Worklight. The only thing I see is how it locates the SDK through an environment variable. Is there any documentation on Adobe AIR usage? Thanks, David
DavidW
  • 45
  • 9
1
vote
3 answers

Worklight 5.0.6.1 - System.out.println() logging from Worklight adapter is not working

I've installed Worklight 5.0.6.1 and when invoking Java code from my adapter I don't see the log output in the workspace\WorklightServetrHome\project\logs log files. I'm using System.out.println(). Any advice why this worked successfully in previous…
1
vote
2 answers

Unable to resolve superclass of Lcom/worklight/androidgap/WLDroidGap

When I play with Getting Started exercise "Using Worklight API in native Android applications", I get failed to connect to worklight server from native Android page, and error messages below: Unable to resolve superclass of…
user2424627
  • 169
  • 1
  • 6
1
vote
1 answer

Worklight: Which APNS library worklight is using

I want to know which APNS library has been used in Worklight? and can we extend it ? or customize it as per our own needs? Thanks
AAhad
  • 2,805
  • 1
  • 25
  • 42
1
vote
1 answer

IBM Worklight - How to display retina-sized images in a Hybrid application

I am using double sized images for my IBM Worklight project for iPhone 4S environment, but when running the app in Xcode, I see the images not getting sized according to the iPhone 4S retina display in the Xcode Simulator, they are actually showing…
Max
  • 5,380
  • 6
  • 42
  • 66
1
vote
2 answers

How to develop for tablet using Worklight?

I have develop my UI under common folder, then I create a skin for my tablet and name it as android.tablet. But when I run it on my tablet simulator, it looks like this: I use below code in skinLoader.js: var userAgent = navigator.userAgent; var…
Rendy
  • 5,572
  • 15
  • 52
  • 95
1
vote
2 answers

IBM WorkLight Studio Client Side Adapter Call

Will it be possible for the Worklight Adapter to be called synchronously? This is the client code I am using: function GetAccount(){ var acctresponse; //Adapter call to get accounts from Server //Registered Onsuccess and OnFailure …
1
vote
1 answer

Protect application with adapter based authentication workight 5.0.6

Can I protect application with adapter authentication? Base on single step adapter authentication example, i added mobileSecurityTest to authenticationConfig.xml under securityTests tag like below:
1 2 3
99
100