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
5
votes
1 answer

Worklight build error Failed initializing ClientProjectBuilder

I have suddenly started getting worklight build errors like below. I have no clue why it started happening suddenly. The code was working fine until the remote machine I use for Xcode builds was rebooted. Any clue what could be causing it ? ipad…
Avi
  • 91
  • 7
5
votes
1 answer

IBM Worklight - "Permission denied" when building in Xcode

I created and built a Worklight project following the official guide on developerWorks. I deployed the app on Android device and it worked fine. But when I built the generated native project with Xcode, I got the following error: Running a custom…
5
votes
3 answers

IBM Worklight 6.0 - Worklight Console does not show up after installing WL 6.0 server on Liberty profile - Error 500

IBM Worklight 6.0 is installed on a Liberty Profile 8.5.5 with a mySQL db. While deploying the application and trying to access the Worklight console the below error is encountered on console Error 500: javax.servlet.ServletException:…
Vinny
  • 85
  • 1
  • 5
5
votes
1 answer

How to enable a disabled button by clicking on another button?

I have two buttons:
5
votes
3 answers

IBM Worklight - Where to find previous releases

I am looking to setup an Eclipse development environment with IBM Worklight v5.0.5 Fix pack 1. Can I get some pointers on the installation links for older versions of Worklight?
sunil32
  • 115
  • 1
  • 6
5
votes
2 answers

IBM Worklight 6.0 - Where's my Worklight Console gone?

I've just upgraded to Worklight 6.0 and now, I can't find my console! I used to visit http:// localhost:8080/console but I can't get there now. Worklight tells me the following: [AUDIT ] CWWKT0016I: Web application available (default_host):…
Creights
  • 907
  • 1
  • 12
  • 25
5
votes
5 answers

ECMA TypeError calling Java class from Worklight adapter

I've seen a number of questions about this issue but no conclusive answers. I am having trouble calling a Java class from my Worklight adapter implementation. I replaced my code with the code from the IBM Worklight Java Adapter tutorial and it fails…
user2217751
  • 476
  • 6
  • 14
5
votes
4 answers

Ecma Error: TypeError: Cannot call property

I have written some java code in an adapter in worklight project. when i m trying to call the java method, i am getting an error saying "responseID":"6","errors": {Ecma Error: TypeError: Cannot call property downloadFile in object JavaPackage…
Ashwini Maddala
  • 197
  • 1
  • 6
  • 26
5
votes
3 answers

Viewport argument value "device-width;" for key "width" not recognized. Content ignored

I am trying to set different Viewports for different android devices. for this i use this piece of code.
User42590
  • 2,473
  • 12
  • 44
  • 85
5
votes
4 answers

Worklight App Splash Screen on Android

I am using Worklight for an Android application, When I try to add a splash screen public class MyApp extends WLDroidGap { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); …
WiPhone
  • 683
  • 6
  • 24
4
votes
3 answers

How to specify the angular version while creating ionic application

I am trying to develop an application using Mobilefirst with Ionic framework. I found that this application uses angular-5. But I know only AngularJS. Is there any command to specify the angular version while creating ionic app.
RakeshSharma227
  • 361
  • 1
  • 5
  • 15
4
votes
1 answer

IBM MobileFirst Platform Installation in Windows 8.1 64Bit

I am using my office laptop (Lenovo vV310 - 8GB RAM - 64 Bit OS - Windows 8.1). I have been trying to fix an installation issue with IBM Mobile First Platform for the past few days. I downloaded the IBM Mobile First Developer Kit from link…
Sriram B
  • 651
  • 2
  • 8
  • 20
4
votes
2 answers

Passing security context data between multiple security check

Is there a way to pass secure data(user data) between two or more security check in Java adapter of IBM MobileFirst Platform 8.0 Basically, I need my adapter resource to be called and produce response either user is logged in or not. If user is…
Harsh
  • 282
  • 1
  • 3
  • 11
4
votes
1 answer

MobileFirst client properties does not seems to change

In my project even if i change my server host using build settings and deploy target , the client properties does not change in the wlClient.properties file , however the context path changes to new one, the server host url is pointing to my local…
Ranjith Varma
  • 473
  • 3
  • 11
4
votes
1 answer

IBM MobileFirst 7 dependencies

I'm using MobileFirst 7 library for a native Android application but have found it severely increases the dex method count of my Android application (pushing it over the 65,536 limit). Per Adding the IBM MobileFirst Platform Foundation SDK to a new…
Travis
  • 1,926
  • 1
  • 19
  • 26