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
3
votes
2 answers

Worklight Authenticity

We are developing a hybrid application on Worklight, and we need to implement the app authenticity. We are using Worklight Enterprise edition 6.2.0.1 with IBM app centre. However, We are seeing the following error on the server log when we launch…
Sami
  • 572
  • 8
  • 22
3
votes
1 answer

App not opened when clicking on message in notification area

I am developing a Worklight app that works with push notifications. I am currently testing on Android and have got the adapter to send a push notification to the app. The problem is: the app only receives it when it is on the foreground. It doesn't…
Andrey Ch
  • 193
  • 1
  • 12
3
votes
1 answer

Session not ending on logout in IBM Worklight Adapter-based Authentication

I downloaded Adapter Based Authentication project from IBM Worklight and in that I found that when I click on Logout button it not Ending up the current session, while on timeout Its session ends up properly. (Note that it ends the session but does…
3
votes
2 answers

How to achieve interaction between Native and Hybrid Applications in Worklight?

I will start with explaining the use case I am trying to implement. I have two different applications: Native android application, and Worklight-based hybrid application The use case starts with opening native android application. On a…
yogesh
  • 574
  • 6
  • 24
3
votes
2 answers

How to get advertising identifier on IOS

I'm doing Work light Project, and i need a plugin to get advertising identifier, which value not change unless user hard reset them phone. But because i'm never do IOS before, so i don't know how to get advertising identifier on IOS 6,7. I was try…
user3883249
  • 127
  • 1
  • 1
  • 8
3
votes
2 answers

CSS3 animation does not work on Android 4.2

I'm developing an app using Worklight where I need to put a small animated image using CSS. In tests on Android devices with version 4.4 works perfectly, I performed some tests on devices with Android 4.2 and 4.1 and this same animation does not…
3
votes
2 answers

How to add Java classes to a Worklight adapter when using CLI

I am trying to add Java classes to my adapter as described in the tutorial Using Java in Adapters. However, I am trying to do that from the CLI. When I do: wl create WLProject cd WLProject wl add adapter copy the Java class (Calculator1.java) to…
Jeroen
  • 49
  • 4
3
votes
1 answer

Worklight 6.1.0.1 ant build on z/Linux - encoding issue? bug?

I have a jazz build server I am using to build my application using the provided ant scripts. The build works fine on our AIX build server. However, I migrated to another server running z/Linux and the application will not load. I compared the two…
3
votes
1 answer

Caused by: com.ibm.db2.jcc.am.SqlSyntaxErrorException: DB2 SQL Error: SQLCODE=-440, SQLSTATE=42884

I am getting below error when calling stored procedure written in IBM DB2 from my Worklight SQLAdapter Invocation Result of procedure: 'track_ReqByMob_No' from the Worklight Server: { "errors": [ "Runtime: Failed to retrieve data with…
Ravi Yadav
  • 405
  • 4
  • 16
3
votes
1 answer

Applications hangs and touch events does not work in Samsung devices

I am using Worklight 6.1.0. I have created a worklight app and also added jquery mobile 1.4.2 library in it. When I tried testing the in multiple devices it works fine except in samsung devices. The app hangs in samsung devices(I tried with Samsung…
3
votes
1 answer

IBM Worklight 6.2 - error on StoragePlugin

I upgraded from Worklight 6.1.0.1 to 6.2 and since then, my app stopped loading JSONStore successfully. It says it can't find the class StoragePlugin, although the class is actually there in the worklight-android.jar It is also declared in the…
3
votes
1 answer

Worklight JSONStore data sync process with server

I have implemented JSONStore sync process as follows: 1.Push the local changes to the server 2.If pushing data is successful then wipe out all existing local data. 3.Load the fresh copy of data from server. I need to know is this process of data…
3
votes
2 answers

IBM Worklight app-builder ant task creates two xcode projects instead of one

my app-builder ant task is like that:
Andrea Giovacchini
  • 5,027
  • 3
  • 21
  • 23
3
votes
1 answer

Installation of a war file on a Worklight Server 6.1.0.01

After installing a WAR file on a Worklight Server, I try to go to the console and have the following message : Exception thrown by application class…
3
votes
1 answer

How to add pinch/zoom behavior using jQuery Mobile?

I need to create a Mobile Application using jquery Mobile. I don't understand how to implement pinch-zooming for an image that is displayed in the app.
Balaji Sabdhar M
  • 418
  • 1
  • 6
  • 26