iOS 9 support with IBM worklight 6.1.0.2 - ibm-mobilefirst

As your aware apple is launching the iOS 9 what are the prereqs or steps needed to check with existing worklight versions , I am currently using WL 6.1.0.2 and what could be the checks / updates to be carried out to support iOS 9.

Please follow the IBM MobileFirst Platform Developer Center.
A blog post will be published with required actions items.
For now you can read these blog posts:
https://developer.ibm.com/mobilefirstplatform/2015/09/09/mobilefirst-platform-support-for-ios-9/
https://developer.ibm.com/mobilefirstplatform/2015/09/09/ats-and-bitcode-in-ios9/
https://developer.ibm.com/mobilefirstplatform/2015/09/07/preparing-ibm-mobilefirst-platform-server-app-transport-security-ios-9/

Related

IBM MobileFirst 6.3 - Android Fingerprint Authentication

I want to implement finger print authentication in my IBM Mobilefirst 6.3 Hybrid Android application. I saw some examples in cordova -
https://github.com/mjwheatley/cordova-plugin-android-fingerprint-auth
Here How can I add cordova-plugin-android-fingerprint-auth plugin to my application? Is there any better way to implement this feature?
I was able to implement touch id in hybrid iOS application.
https://github.com/EddyVerbruggen/cordova-plugin-touch-id?cm_mc_uid=04136042670715040496130&cm_mc_sid_50200000=1504217038
Need help to implement similar in Android.
Thanks
Mobilefirst 7.0 and prior releases does not support Cordova plug-man to install Cordova plug-ins and Hence you can't add plugins directly to your applications using cordova command line.
You need to follow the manual installation instructions as explained in this blog post to add cordova-plugin-android-fingerprint-auth plugin in your application.

Need Xtify SDK for Worklight V6.0

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

Worklight 6.0 - Steps to fix IBM App Center for iOS8?

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.

Does IBM Worklight 6.1.0 supports Blackberry 10.2?

I just need a clarification of Blackberry support for 10.2 OS.
I know Worklight supports Blackberry 10.
I have tried to install worklight application on Blackberry 10.2[Z30] but not getting installed.
SDK: Blackberry SDK 1.0.4.11
Device: Blackberry Z30 [OS 10.2.0.1521]
Worklight: IBM Worklight 6.1.0.1
Does worklight supports BB10.2. If it's so suggest me a way to implement worklight applications on Blackberry Z30.
Thanks
Sundar
Yes, Blackberry 10.2 is listed as a supported OS in the System Requirements for Worklight 6.1. As Idan suggested, please provide more details to assist with debug. What steps did you take? Have you tried it on other blackberry devices? Other OS? Have you tried a simple hello-world type app? Have you searched the BB forums? Lots of posts there about the App error 200, including a corrupted application.

Worklight 6.0.0.1 & iOS 7 - White bar along bottom of screen?

I have been working with Worklight 6.0.0.1 and I have noticed an issue with a white bar along the bottom of the screen in all Worklight apps running on iOS 7. I know this has been mentioned before with users of Worklight and iOS 7 (IBM Worklight 5.0.6.1 - Bottom white space in iOS 7) but the suggestion (upgrading to 6.0.0.1) by Idan Adar in that thread does not resolve the problem.
Is this a known issue or is there some additional configuration that needs to be done when working with iOS 7?
Just to be specific, under "About Eclipse" the version of IBM Worklight Studio is: 6.0.0.201309091542
Thank you,
Chris
Edited to add: I am using IBM Worklight Enterprise Edition. The links to update/install are here: http://www-01.ibm.com/support/docview.wss?uid=swg27039574.
Make sure you are running the very latest fixpacks ( http://www-01.ibm.com/support/docview.wss?uid=swg27039574 ). Note that you may need more than one fixes to install.
Also, make sure you backup and delete your "native" folder so that it can build it again.
Make sure to follow the tips indicated in the tech note (same link as above).