Questions tagged [mfp]
68 questions
2
votes
1 answer
Can't find 'com.google.android.gms.iid.InstanceIDListenerService'
When building a Signed APK from an ionic Cordova project I got the below warnings.
com.ibm.mobilefirstplatform.clientsdk.android.push.api.MFPPushInstanceIDListenerService: can't find superclass or interface…

Chathurika Senani
- 716
- 2
- 9
- 25
2
votes
0 answers
Magnific Popup - SoundCloud iframe resize
I've been working on my portfolio website (www.gerwinweidenaar.com). I'm using videos (youtube, vimeo), images and soundcloud links in my portfolio. The plugin i'm using for the grid is 'Magnific Popup'. By default the plug-in supports images. With…

Gerwin Weidenaar
- 21
- 2
2
votes
0 answers
IBM MobileFirst 7.1 Cordova Camera plugin saving pictures in LG Phones
I developed a IBM MobileFirst 7.1.0.00.20160801-2318 based cordova application using Cordova camera plugin (org.apache.cordova.camera) with the settings of savetoPhotoAlbum: false and still the phone saves the image to photo album.
Camera…

sravan
- 97
- 1
- 10
2
votes
2 answers
IBM MFP How can I use mfpdev-cli upload (deploy) the .adapter?
How can I use mfpdev-cli upload (deploy) the .adapter?
I need upload the .zip and .adapter in my MFP project
when I call (in root folder)
mfpdev app webupdate --build
and I will get projecet.zip in MobileFirst folder
then, I call (not in root…

Tsai
- 67
- 7
1
vote
1 answer
Find value of covariate given a probability in R
Given a fractional polynomial GLM, I am looking to find the value of a covariate that gives me an output of a given probability.
My data is simulated using:
# FUNCTIONS ====================================================================
logit <-…

jackahall
- 400
- 1
- 7
1
vote
1 answer
Plotting mfp formula in geom_smooth
I have the following example code:
library(mfp)
library(ggplot2)
duration <- sample(c(3, 5, 7, 10, 12, 14), 500, TRUE)
data <- data.frame(duration = duration,
score = -0.0125*duration^2 + 0.25*duration - 0.4 + rnorm(500, 0,…

jackahall
- 400
- 1
- 7
1
vote
1 answer
IBM MFP Calling a JS adapter procedure from a JS adapter cause SSLHandshakeException by IHS
I have two javascript adapter:adapterA、adapterB
And I need call adapterA after that the adapterA will call adapterB(use MFP.Server.invokeProcedure, in the same mfp server) using this API
when I call in mfp localhost, it…

Tsai
- 67
- 7
1
vote
1 answer
While compile on simulator the cordova code in Xcode 12.2 with MFP getting error for arm64
I have a project cordova with the MFP plugin & while compile or build on the simulator the Xcode project in Xcode ver 12.2 getting below error.
Building for iOS Simulator, but linking in dylib built for iOS, file…

Sudarshan Thorve
- 61
- 4
1
vote
1 answer
iOS - App Clips with IBM Mobile First Integration
Background:
I have an iOS App using IBM Mobile First.
Issue:
I want to use App clips using one service by following this MFP guide but it's crashing while I'm calling the service, and showing this error:
2020-08-18 10:47:51.906014+0400 (App…

Ahmad
- 13
- 2
1
vote
1 answer
Still hitting certificate error after configure mobileFirst keystore
Good day,
I have a MobileFirst Server, that will call to my bankend appliction (ip address: 10.8.1.46).
Its work currently as I am connected to http backend application.
I would like to change it to connect to https.
The following is the step I have…

Panadol Chong
- 1,793
- 13
- 54
- 119
1
vote
0 answers
MFP 8.0 - Intermittent invalid_scope error after login
We have configured MFP OAuth Authentication and enabled single user session on server. Currently we are getting intermittent invalid_scope error on next adapter request after successful login.
MFP Server version - 8.0.0.00-20181004-0631
MFP Cli…

prashant
- 11
- 5
1
vote
1 answer
How to configure MFP server log level?
I am hitting some issue in my mobile app, but I didnt see any error from messages.log. I suspect my log level in my MFP server is not accessible enough, thus I would like to change the log level to INFO so that I can see more thing.
I am referring…

Panadol Chong
- 1,793
- 13
- 54
- 119
1
vote
1 answer
Ionic blank project's build failed after adding mfp-push plugin
create an blank ionic project and added mfp and mfp-push plugins. Tried to build and got this error:
BUILD FAILED in 41s
Error: cmd: Command failed with exit code 1 Error…

sai kanth reddy
- 11
- 1
1
vote
1 answer
Error when creating MFP adapter
Getting error when trying to create MFP Http adapter in MFP 8.0.
Please find the error below.
No plugin found for prefix 'archetype' in the current project and in
the plugin groups [org.apache.maven.plugins, org.codehaus.mojo]
available from the…

user3363960
- 11
- 3
1
vote
1 answer
Unable to create mfp cordova project in Android 28
Latest Android SDK is not letting me use android command, as it is deprecated to create a mfp cordova project.
I'm using IBM MobileFirst CLI v7.1.0.00.20180706-0858 and latest Android SDK & Android Studio.
May I know any work around to create a…

sravan
- 97
- 1
- 10