FWLSE3210W: Environment: android of application BBQ version 1.0 has
been deployed with a different version of the native MobileFirst SDK.
Direct updates will no longer be available for existing clients with
other versions of the MobileFirst SDK. To continue to use direct
updates, increment the app version, publish it to the public app
store, deploy to the server, and (optionally) block/notify older
versions of the app to enforce customers to upgrade to the new version
from the app store.
I am seeing the above warning again and again. And it doesnt seem to be related to the version difference between my worklight studio and worklight server.
I have created a MobileFirst Project in MobileFirst 6.3.
I have a remote MobileFirst 6.3 server.
When I deploy the iphone wlapp file first through the worklight console it goes through successfully but when I deploy the android wlapp file of the same app, it shows me the above warning and similar thing happens when I upload the android wlapp file first no issue but when iphone wlapp file is uploaded it shows the warning. Could someone tell me what this warning really is?
This is a false-positive warning message that you can safely ignore.
If you'd like it gone you can also download the latest MobileFirst Platform Foundation 6.3 iFix from IBM Fix Central where it has been fixed.
Related
i need IBM app center project so i can make my changes in there. The one i have is mobilefirst version that is devloped using MF SDK7.1. So i'm unable to use Mobilefirst8 server, especially push notification for the Appcenter app.Please provide me your suggestions on implementing Push notificaiton for this app. Note: i don't have MobileFirst Server 7.0.
Yes, you can use the installer app that is part of 7.x and it should work with 8.0 as well. MFP 8.0 Application center also ships the installer app and that will be the latest one.
Also, there is pure Cordova based installer app and you can directly take it to the Android studio and work there.
I am trying to upgrade to MF 7.1 from MF 7.0. After upgrade, when I deployed the application on server and preview the Android App, it displays below alert message:
I have following below steps to upgrade the project:
I used new eclipse for project upgrade: eclipse-jee-kepler-SR1-win32-x86_64.
Installed RTC 4.0.2 Client into the eclipse and restarted it.
Change the Workspace Text File Encoding to UTF-8.
Imported the MobileFirst 7.0 project from RTC.
Deleted "wlBuildResources" and "wlPreview" folders from %temp% ditecroty.
Installed MobileFirst Stidio IF : 7.1.0.0-MFPF-StudioP2-IF201509132345.
Restarted the eclipse.
Project upgraded to MF 7.1 successfully.
Installed the ADT To Eclipse using the update site and restarted the eclipse.
Right clicked on project name and Ran on MobileFirst Development Server.
Open the console and previewed the Android application and it displays the following alert: gap_init:2.
I have deleted , regenerated project but everytime I am getting this error. I have create a new project also
but I am getting the same alert message on previewing the Android application.
This happens due to a regression and is taken care of in APAR PI50036 CORDOVA "GAP_INIT:2" ERROR WHEN PREVIEWING ANDROID IN MBS
To receive the fix once it is available you should open an IBM PMR (support ticket) and mention the APAR number above.
We developed an Worklight Hybrid application on Worklight V6.0. Till now there is no push notification implemented for this application, client told to use Xtify push notification tool for push notification.
I'm new to Xtify and I downloaded the Xtify working POC sample from Xtify site and try to run on Worklight eclipse V6.0, but ended with errors, and I run the same Sample code on Worklight V6.2, it is working fine.
Whether Xtify supports Worklight V6.0?
Xtify support is available start Worklight 6.1 and above. It is not available for Worklight 6.0: https://developer.ibm.com/push/docs/ibm-mobile-push-notification/ibm-worklight/
Note also that Worklight 6.0 is very old. Tell your client to upgrade to 6.3 or 7.0
I have a hybrid app I am building for iOS. It uses Adapter authentication which has been working fine.
I recently updated from MobileFirst Studio 6.3 to 7.0. At the same time, I updated Xcode to version 6.3. My app continues to work fine and authenticates with the backend fine when run through the Browser Simulator, but running on a simulator or real device from Xcode, I get a connection timeout error. The console contains this: ERROR: Plugin 'WLAuthorizationManagerPlugin' not found, or is not a CDVPlugin. Check your plugin mapping in config.xml.
I see lots of questions on SO for "plugin not found or is not a CDVPlugin", but since this is a MobileFirst plugin, I wouldn't expect it to suddenly go missing. Could this be fallout from the update?
Is this a sample project from the MFP Developer Center, or an application of your own.
Either way, you can create a new project and add the iPhone environment and compare your project's native\config.xml with the new project's native\config.xml and correct yours accordingly.
I am using IBM Worklight 6.0 with December 14th fix.
I am trying to use IBM App Center client for iOS8.
I have seen multiple discussions about this issue:
IBM Worklight Application Center iOS unresponsive to touch events
IBM App center not working for iOS8
I copied the project from my server, where the fix is installed, and built for iOS, but when I inspect the mobile App, I can see that the application is using Dojo 1.9.0.
> dojo.version.toString();
"1.9.0 (29469)"
I can see that the IBM App Center mobile client does not use Dojo Toolkit, but includes a dojo.js file (with a size of 1.2MB).
My question is : What are steps to build IBM App Center for Worklight 6.0, knowing that the fix is installed (Both Worklight studio and server)?
Do I need to manually change dojo.js file with a newer version? if yes, where can I find such file?
The AppCenter installation contains an Application Center Installer application project.
This is a Worklight project with the iPhone environment. The app that is generated from it is the Installer application that you need to install on a device, and from which the user will then install any subsequent applications distributed via Application Center.
Make sure you are using the provided Worklight project; there are no additional changes to be done to to project (other than using your own bundleId, ...).
It could be that you are missing the Dojo library in your workspace?
You can generate it by creating a new Worklight project and application using the Dojo wizard in Studio.
When you received the fix, it contains a new project for IBM app centre.
You need to get this project and import it to your Eclipse Environment and rebuild the IBM app centre (APK and IPA) files.
You have to redeploy these files to IBM app centre console and re-download them on your iOS8 devices.
I believe the iOS8 fix starts from version V6.2, and we have downloaded fix v6.2.0.1.
So, I'm not sure about V6.0.
Please verify with IBM.