Questions tagged [mfp]

68 questions
0
votes
0 answers

mobile application keep loading when call to @OAuthSecurity resource

Good day, I have a mobile application and call to mobileFirstPlatform and then only go to my backend service. I am not sure my understanding is correct or not, in order to call to my Adapter Resource with @OAuthSecurity, I need to authenticate…
Panadol Chong
  • 1,793
  • 13
  • 54
  • 119
0
votes
0 answers

Can not browse 2 mfp console at the same browser

Good day, Previously I have a WebSphere Application Server Liberty Core, and install 1 mfp server inside. I named this mfp server as mfp1, its working fine and I can login to the console correctly. This is my mfp console endpoint…
Panadol Chong
  • 1,793
  • 13
  • 54
  • 119
0
votes
2 answers

objective c - preauthorize request body with device_id

There is an extra device_id since im upgrade IBM Framework to latest. May i know is there anyway to remove it from my request body? Because it cause 400 bad request. { "client_id": "84q113475-ffac-4a17-bf1b-be666369e097", …
0
votes
0 answers

NSLocalizeddescription=cancelled IOS MFP

Im getting this errror when trying to hit https server. NSLocalizeddescription=cancellel Which already done pin certificate. But error still happens, anyone can help me? NSString *cerPath = [NSString…
0
votes
1 answer

MFP Objective C - WLAFSSLPinningModeCertificate can only be applied on a manager with a secure base URL

Please help with this, I'm using the latest IBMMobileFirstPlatformFoundation.framework When try to login to https server. [[WLAuthorizationManager sharedInstance] login:@"AuthenticateUser" withCredentials:params withCompletionHandler:^(NSError…
0
votes
0 answers

Drawing Over Microsoft MFP(Media Foundation Platform)

I am using C++ for Video play and analysis software developer. In here i have a question. I want drawing line and more shape over MFP video. How can i this?.I tried catch WM_PAINT message and drawing process but unsuccess. I upload two image to…
MusaZ
  • 11
  • 6
0
votes
1 answer

IBM MobileFirst Adapter accepting Multipart request

I am a newbie to IBM MobileFirst, I am trying to upload an image using Multipart. Whenever I try to call the API to upload image I get an error in the Postman saying 415 content not found or 500 server error. So I just wanted to know does IBM mobile…
0
votes
0 answers

MobileFirst 8.0 Direct Update not work and the app keep loading

Good day, I upload a web resource archive to MobileFirst Console, I expected my mobile device will receive the direct update notification. However, my app just keep loading. I go check the mfp trace.log, it just keep printing [3/9/20 19:52:01:788…
Panadol Chong
  • 1,793
  • 13
  • 54
  • 119
0
votes
1 answer

Login fail in mfp WL.Client.createSecurityCheckChallengeHandler() or WLAuthorizationManager.login()

The following is code in mfp.auth.service.ts file: performLogin(username: string, loginRequest: RequestModel): Observable { let mfpAuthResponse: any; let userLoginChallengeHandler =…
Panadol Chong
  • 1,793
  • 13
  • 54
  • 119
0
votes
1 answer

MFP Migration tool is not downloading using NPM install (with and without the zip file)

When running npm install -g mfpmigrate-cli I keep getting the following error messages regarding .staging. One example is as follows: npm WARN tar ENOENT: no such file or directory, open …
0
votes
1 answer

Direct Update in MFP8 not working even deploy latest web resources

Good day, I am currently developing an android mobile app in my local, with mfp8 server. I can launch the app in my android phone, and successful fire a call to the mfp server. I try to edit something on an HTML file in the angular project (mobile…
Panadol Chong
  • 1,793
  • 13
  • 54
  • 119
0
votes
1 answer

Disabling split window android not working in MobileFirst8 platform

Trying to disable split-window feature in cordova application, Application works on IBM Mobile First Platform. Added android:resizeableActivity="false" inside manifest tag as well as tag Following error…
Sanju
  • 663
  • 9
  • 20
0
votes
2 answers

android application not open in release mode when mfp-plugin is installed

When generating a release apk for android (ionic project) ionic cordova build android --release the apk is signed with jarsigner and zipped with zipalign it not work if mfp-plugin installed. The application is working in two cases mfp-plugin…
Mostafa King
  • 113
  • 2
  • 10
0
votes
1 answer

how to avoid self inited API calls to Mobilefirst platform server V7.1

I am frequently seeing the api call "/worklight2/apps/services/api/*******/android/init" & "/worklight2/apps/services/api/******/android/query" in MFP server logs(.../Iphone/init too). But i didn't see any of these API calls from my hybrid cordova…
0
votes
0 answers

IBM MFP7.1 Hybrid iOS application gets rejected by Apple Store, How to fix this?

I am building application with xCode10.1 and when I submitted application for App store it gets rejected..and the reason for rejection is Invalid Architectures.. Dev Environment: IBM MFP7.1 - Hybrid Application I had removed i386 and *86_64 from…
Swamy
  • 103
  • 1
  • 8