Questions tagged [mfp]

68 questions
1
vote
1 answer

Invalid Security Check RegisteredClient when connect to MFP 8.0

When I try to call [WLAuthorizationManager sharedInstance] login with my securityCheckName. But it still will call RegisteredClient and throw with this error. errorMsg: "Invalid Security Check RegisteredClient" Anyone can help me? Appreciate =) MFP…
1
vote
2 answers

MFP 8.0 SECURITY_CHECK_NOT_FOUND

I had configured my security adapter. I had mentioned the security check name in my app side also. This is MFP server version: 8.0.0.00-20160822-2140 MFPdev_CLI version: 8.0.0-2017102406 (It was working long day back. is there any problem with my…
1
vote
0 answers

Unable to connect to MFP Server 8.0 - Invalid Security Check RegisteredClient

I have created one sample cordova based MFP app and trying to connect to the MFP server but it is failing, Below are the steps that i followed. Created cordova app with MFP template using cordova create sample --template cordova-template-mfp Added…
sasi
  • 512
  • 4
  • 27
1
vote
0 answers

Push Notification failed to register in remote server - MFP 8.0

I have created sample application for Push Notification in MFP 8.0, I have installed mfpdev-cli and mfpdevkit, so i have my MFP 8.0 local server running in my machine. Below steps are following for registering the device Created app and added…
sasi
  • 512
  • 4
  • 27
0
votes
0 answers

R MFP (Multivariable Fractional Polynomials) function with Poisson offset function

I want to use R mfp function for Poisson model with offset function. However, when I compared the result with the glm function. It seems the offset function didn't work in the mfp function. For example, I tried both glm and mfp without using offset…
0
votes
0 answers

MFP Server V8 doesn't send push notifications to iOS Devices

We have applications developed back in 2020 running perfectly well in MFP. But the problem is with new applications. So the story is that we are able to send push notification using curl from local machine so the certificate is correct. From the…
0
votes
0 answers

Logging into a MFP web interface using vb.net

I am trying to use a VB windows form app to control multiple MFP's. I would like to be able to log in to the MFP's with a single button click as the username and passwords are all the same. I have been able to do this on other web interface pages…
0
votes
0 answers

cordova mfp push plugin hitting nullpointer and crash the app

Good day, I have build a android app, the app working fine all the time and then no body use it for almost few months. This few day my client want me to build the app to them for SIT environment, however, the app crash after successful login. I use…
Panadol Chong
  • 1,793
  • 13
  • 54
  • 119
0
votes
1 answer

How can I get client IP in IBM MobileFirst8

I use MFP.Server.getClientRequest().getRemoteAddr() API in adapter but it get WebServer(IHS) IP not client IP I know its mean last proxy ip How can I get client actual IP?
0
votes
0 answers

In my app we are getting ANR due to parser = new ConfigXmlParser(); attaching code snippe

We are using below code in our project private ConfigXmlParser parser;`parser = new ConfigXmlParser(); parser.parse(this); public Boolean hasCordovaSplashscreen() { ArrayList plugins = parser.getPluginEntries(); for (PluginEntry…
0
votes
0 answers

Certificate Pinning issue(ERROR TypeError: Cannot read properties of undefined (reading 'then'))

I am using mfp 8 and this is a hybrid application is in Angular 7 with cordova. I have implemented for certificate pinning. But getting undefined. Tried to put in deviceready also. Also tried in defferent places but same error. Could any one help…
helloJT
  • 3
  • 4
0
votes
1 answer

Web application in worklight 8.0

I have followed document and created web application and also register application in mobile first console. Developer guide is…
suresh
  • 415
  • 3
  • 9
  • 20
0
votes
1 answer

IBM MobileFirst 8 APK Creation

I am creating an APK for release to play store my question is while creating the APK ,i am selecting Generate Signed Bundle or APK but i am not sure if i should use a locally created keystore file by me or it needs some other keystore file the one…
0
votes
1 answer

What is the relationship between security check in scope element in mfp?

Good day, In my adapter, I have configure a securityCheckDefinition as follow:
Panadol Chong
  • 1,793
  • 13
  • 54
  • 119
0
votes
1 answer

handleChallenge() being trigger even handleSuccess() in mfp authentication

Good day, I have a mobile app that will call through mfp8 to my channel service. In my front end angular code, I have create the mfp securityCheckChallengHadler, and call the mfp login, the following is my code of front…