Does IBM Worklight 6.1.0 supports Blackberry 10.2? - ibm-mobilefirst

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.

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.

MobileFirst 7.1 and Android SDK 23

I would like to know if MobileFirst 7.1 is compatible with Android SDK 23. My current application is build on SDK 21. What are the pros and cons of moving to 23 with MFP 7.1?
The support is currently lacking. There is an open APAR to fix this. Once the support for API level 23 is added it will be available through an iFix from IBM Fix Central.
Kindly check this -
Android 6.0 Marshmallow support in IBM MobileFirst Platform Foundation

Worklight support for Android 3.0?

Checking the supported operating systems with the IBM Software Product Compatibility Reports web page:
http://pic.dhe.ibm.com/infocenter/prodguid/v1r0/clarity/index.html
It jumps from Android 2.3 to Android 4.0.
Is it an error that Android 3.0 is not in the list?
Thank you.
Android 3.x is not supported by Worklight.

Worklight 6.1 - Error on Blackberry 10

I'm using Worklight Studio 6.1.0.00-20131219-1900 and trying to build an app for Blackberry 10
I create a new Worklight app (no customizations other than adding the blackberry 10 environment), run it on the Worklight server, and use ripple to build and deploy to the blackberry 10 simulator.
The app installs on the simulator, But when it launches, I immediately get a JavaScript error:
[ERROR] Error initializing Cordova: Extension Device not found
This is possibly related to a problem seen with Cordova 3.1 (see: Error initializing cordova: Extension device not found in PhoneGap 2.9.0 and blackberry10 webworks application) but I'm not seeing any solutions.
Is there any way to get Worklight 6.1 apps to work on Blackberry 10?
My guess is that your issue is mentioned in infocenter
http://pic.dhe.ibm.com/infocenter/wrklight/v6r1m0/index.jsp?topic=%2Fcom.ibm.worklight.dev.doc%2Fdevref%2Ft_creating_a_new_ibm_BlackBerry_10_environment.html
basically, did you do the "ant qnx copy-extensions" command ?

Configuring Blackberry 10 SDK in Titanium

I have been working on Blackberry 10 Cascades Native SDK. I tried to configure the SDK in Titanium Studio. Though the Titanium Dashboard indicates a green checker and states the SDK installed and configured, when i try to create a new project, the Blackberry SDK check option is still disabled. (Titanium is updated to the latest revisions. Blackberry 10 Native works fine. Simulator is good). Could somebody help?
From Appcelerator site :
To get started developing your app, you can gain access to the public
Titanium Mobile BlackBerry GitHub Repository. Installing the
BlackBerry 10 development tools are straightforward, and instruction
can be found at README. Read the Terms and Conditions for this offer.
Hope this help you..