MobileFirst Studio (formerly Worklight Studio) is an Eclipse-based IDE, allowing to develop, test, manage, and secure mobile applications.
Questions tagged [mobilefirst-studio]
125 questions
0
votes
2 answers
Is there a way to we customize directupdate check version on mobilefirst?
Today we have an app in applestore with a version labeled as 7.6.2 and internal build number as 1.0.0. We are using mobilefirst 7.1 to develop. Problem is that now we have a new app, that is 7.6.2.1, but we would like to know if is possible continue…

Fabio Franco
- 51
- 5
0
votes
2 answers
Installing cordova plugin in MFPF 7.1
can we install Cordova plugin "cordova-plugin-wkwebview-engine" in MFPF 7.1
If Yes, can someone please advise what steps we need to follow.
Thanks,

MichealSmith
- 183
- 1
- 2
- 9
0
votes
1 answer
PROVISION_TABLE_SEARCH_FIELDS_MISMATCH for IBM Mobile First JsonStore Initialization
I am using Javascript JSONStore to initialize JsonStore collection in IBM Mobile First Platform 8.0.0. The issue I am facing is below code working fine for some device and for some device is it Giving below error.
01-19 19:49:43.487…

kaushik parmar
- 805
- 6
- 19
0
votes
1 answer
MobileFirst Login Issue
Do we need to call WL.Client.Login API before submitLoginForm in MobileFIrst 7.1.0 while using Formbasedauthentication (LoginModule = LDAP).
IBM documentation does not mention it but we found that if we do not call it MobileFirst Server does not…

MichealSmith
- 183
- 1
- 2
- 9
0
votes
0 answers
Mobile first worklight studio 7.1 perspective not showing up in eclipse
In my Mac, to do clean installation, I deleted the Eclipse and removed the same from cache and other as mentioned here. I installed Eclipse Luna again, then added Mobile First Studio 7.1 from the archive. But, it is not prompting to open design…

Saran
- 6,274
- 3
- 39
- 48
0
votes
1 answer
TouchID for Android using IBM Mobile First Platform 7.1 and Ionic
Am trying to integrate Touch Id for Hybrid Application, i have done with the iPhone(working) and now am stuck with android application.
Here is my query How can i achieve the Touch id integration with Android,
these are the sample links i tried to…
0
votes
1 answer
MobileFirst 7.1 build all environment is not creating android folder
i have created the sample app 0n mobilefirst 7.1 with mac 10.12.5 java 1.8 eclipse mars, once i have created project added the android and ios environment after done build all environment ,ideally it should create separate android folder for that…

Lingaraj Sajjan
- 52
- 2
- 11
0
votes
2 answers
How to use same code for Mobile and Web in IBM MFP 8.0
I am a fresher in IBM Mobile first. I need to know How to use one code for mobile and web application.
I have created an IBM MFP Cordova project. My client asking to use the sample Cordova project to the browser(web). I have tried to add the…

Karthik Sridharan
- 531
- 3
- 15
0
votes
0 answers
Error installing IBM Mobile First Studio 7.1 on Mac
OS Version : MAC OS Sierra 10.12.1 ,
JDK : 1.8 ,
Eclipse : Kepler SR2
The error is during the installation of the plugin :
Cannot complete the install because one or more required items could not be found.
Software being installed: IBM Dojo…

Don Woodward
- 121
- 2
- 8
0
votes
0 answers
Mobile First Auto-update fails in iOS devices while changing the Server URL at run time
I'm working on an IBM MobileFirst Platform 7.1 project where we have many remote servers say, Dev, Test etc. The requirement was to change the servers at run time so that we would not be required to build and distribute multiple apps.
I followed the…

ChandrasekarG
- 1,384
- 13
- 24
0
votes
1 answer
Where is hybrid model in MobileFirst 8
I am starting to learn MobileFirst development and have a question regarding Hybrid development model.
I was looking at version 7.1 which supports Hybrid development that allows you to create applications that work on all supported devices.
But…

Frank Martin
- 3,147
- 16
- 52
- 73
0
votes
1 answer
MFP.Server.invokeProcedure not working in Mobilefirst 8
I am trying to call one of the JS adapter procedure from another JS adapter procedure.It is not calling another JS adapter procedure. I have used below code format:
MFP.Server.invokeProcedure({
adapter : "AdapterName",
procedure :…

deepak
- 11
- 5
0
votes
1 answer
Reading received sendFormParameters params into JS Adapter method in IBM MobileFirst Platform v8.0
I have javascript WLResourceRequest.POST call at client side and trying to read the received values at server end. At server, I am able to read only "AB".
Client side code:
var resourceRequest = new…

deepak
- 11
- 5
0
votes
1 answer
Migration Assist tool not working
While conversion of IBM Mobilefirst Platform 7.0 hybrid source code to IBM MobileFirst Platform 8.0 source code using mfpmigrate assist tool, I am getting an error as follows:
C:\Mobilefirst>mfpmigrate client --in C:\Mobilefirst\Example --out…

deepak
- 11
- 5
0
votes
0 answers
worklight Direct Update error on IOS
We have one worklight app in production with Android and iOS environment.
Yesterday we deployed updated wlapp to production, and Android users are getting the update promptly and able to successfully updating the app.
In iOS environment behavior…

user3458301
- 21
- 6