Questions tagged [mobilefirst-cli]

The IBM MobileFirst Platform Foundation (formerly IBM Worklight Foundation) command-line interface (CLI) tool allows to easily create and manage both native and hybrid apps.

IBM MobileFirst Platform Foundation (formerly IBM Worklight Foundation) provides command-line tools as an alternative to the integrated development environment (IDE) of MobileFirst Studio.

To help developers get a better tools experience, IBM MobileFirst Platform Foundation provides a command-line interface (CLI) tool to easily create and manage both native and hybrid apps. The CLI enables developers to use their preferred text editors or alternative IDEs to create mobile applications.

143 questions
0
votes
1 answer

Deploy war file using ant task in MobileFirst not reflecting in Server Config Tool

I deployed a war file to MobileFirst WAS Liberty server using this tutorial: https://www.ibm.com/support/knowledgecenter/SSHS8R_7.0.0/com.ibm.worklight.deploy.doc/devref/t_ant_tasks_configure_appserver.html It says build successful, but I can't…
black1011
  • 284
  • 3
  • 18
0
votes
1 answer

Error while starting MobileFirst 7.1 CLI Server

I'm getting the following Error while starting MobileFirst 7.1 Cli Server with command mfp start Cannot find the server configuration. Creating a new MobileFirst test server. The development server is being created. The development server has been…
VamsiKaja
  • 396
  • 1
  • 10
0
votes
1 answer

Adding BB10 , WP8 to MFP 7.1 cordova project

I'm developing a new MFP (MobileFirst Platform) Application based on Cordova CLI provided IBM throughout this Tuto Integrating IBM MobileFirst Platform Foundation SDK in Cordova applications But apparently It doesn't support adding blackberry10 and…
ghost rider3
  • 448
  • 1
  • 5
  • 17
0
votes
1 answer

How to deploy MobileFirst CLI application to an IOS device?

I am using MobileFirst CLI 7.1. I want to deploy my MobileFirst CLI application to an IOS device. How can I do that? I navigated to the iphone environment and tried to double click the .xcodeproj. In the XCODE I see that the project is still being…
0
votes
1 answer

cordova-plugin-screen-orientation doesn't work with mobileFirst CLI

I have been trying to use cordova-plugin-screen-orientation 1.4.0 "Screen Orientation" in my mfp cli cordova project, but it never works I have used the exact same code outside of the mfp platform and it works just fine any known issues with this?
Derek Hannah
  • 537
  • 7
  • 23
0
votes
1 answer

MobileFirst JsonStore not opening

I am using the jsonStore plugin with the mfp cli. I have confirmed that the plugin is installed is installed. Calling any other WL. api works in my project but when i run this code I get an error that says: PERSISTANT_STORE_NOT_OPEN (function ()…
0
votes
1 answer

MobileFirst 7.1 - How to use CLI for current installed Liberty Core with MobileFirst server

I recently installed Liberty Core server, created a new Profile, installed MobileFirst Platform Server and deployed a MobileFirst runtime environment with the Server Configuration Tool in MacBook. Instead of installing in default…
0
votes
1 answer

Are MobileFirst client-side APIs such as WL.App.sendActionToNative available when creating a "Cordova" style of application in MobileFirst 7.1?

I'm working with a client who's considering migrating their existing MobileFirst Platform 7.1 hybrid app to the Cordova app type. They are trying to understand if this app type would still give them access to MobileFirst APIs such as…
Andrew Ferrier
  • 16,664
  • 13
  • 47
  • 76
0
votes
1 answer

"mfp push" throws NullPointerException while deploying adapter (MobileFirst Platform 7.1)

using MobileFirst Platform CLI version 7.1.0.00.20151227-1730 I have suddenly the following error when trying to push an update I made to an adapter: Preparing for push... Verifying Server Configuration... Runtime 'localMFP' will be used to push…
Etienne N
  • 31
  • 3
0
votes
1 answer

mobilefirst ios error crashing my app

when I make a request to a url, sometimes i get a 403 response and the app crashes I have edited my entitlements-Release.plist and entitlements-debug.plist so that they contain: key-chain-access-groups: Array item 0:…
Derek Hannah
  • 537
  • 7
  • 23
0
votes
1 answer

Mobilefirst CLI 7.1 - Unable to start the server outside the project

I am not able to start the server or stop the server from outside the Mobile First Project. Even to create the runtime server MFP does not allow it unless you are with in the project. Why does it has dependencies on the project. Logically I can…
0
votes
0 answers

Using Header Authentication with MobileFirst Cordova project - 401/Unauthorized

I am attempting to get a modified sample project working with the HeaderLoginModule and HeaderAuthenticator to protect an adapter and then call an adapter function from the sample project by setting the headers and using the WLResourceRequest…
0
votes
3 answers

mfp cordova run android error

I'm getting this error when I try to run on android mfp cordova run -d mobilefirst-cli verb cli …
Derek Hannah
  • 537
  • 7
  • 23
0
votes
1 answer

Facing issues while integrating Mobilefirst CLI 7.1 with ldap

I am using mobile first CLI 7.1 and trying to integrate with the LDAP. I am following this document to implement. I am getting 401 error (Failed to load resource: the server responded with a status of 401 (Unauthorized)) when loading the application…
0
votes
2 answers

MobileFirst Platform CLI unable to build xcode 7.2 project with JSON Store

I have a cordova project that contains mfp JSON Store. When I build the project with xcode 7.2 (enable Bitcode is set to false), it will run into an error: "_EVP_CIPHER_CTX_cleanup", referenced from: +[JSONStoreSecurityUtils…
Sebastian
  • 123
  • 1
  • 10