Does IBM MobileFirst 8 supports Ionic 3 and Angular 4 - ibm-mobilefirst

Does IBM MobileFirst 8 supports Ionic 3 and Angular 4. I have seen blogs and documentation for Ionic 2, what about Ionic 3 ?
Thanks in advance.

Mobilefirst Platform Foundation supports Ionic 3 & Angular 4 and we are targeting to publish a blog on this very soon here.

Related

Converting to Ionic 4, but old Ionic 3 pages appear on second run

I am converting an existing Ionic 3 app to Ionic 4. The first time I run the app on an Android emulator, I get the new Ionic 4 app. The second time I run the same app, I get the Ionic 3 app!
I did the conversion by starting with a new Ionic 4 starter project, generating new pages etc and then migrating the content into the new pages from the Ionic 3 app.
I build the new app with ionic cordova build android and it generates an APK: platforms/android/app/build/outputs/apk/debug/app-debug.apk
I install the APK on an emulator with adb install -r platforms/android/app/build/outputs/apk/debug/app-debug.apk
Then, as I described, the first time the app runs, it shows the new Ionic 4 app. I know it's the new app because I've added "Ionic 4" to the top nav toolbar. Then if I dismiss the app and run it again, I get the old Ionic 3 app come up instead. It's not even the current version of the Ionic 3 app - it's some older version of the app. I don't know where it's getting this old source from.
If I uninstall the app and re-install it, I again get the new Ionic 4 app one time only before it goes back to the Ionic 3 app.
I've tried:
Creating a brand new emulator, so the Ionic 3 app has never been installed on it. No change.
Removing and re-adding the android platform. No change.
Checked that the pages are definitely only in my project once (so I don't have version 3 and 4 pages together).
Tried debug and release builds. No change.
Any thoughts? I'm running out of ideas.
Install Ionic 4 Globally
ionicframework
npm install -g ionic
I finally found the answer. The Ionic 4 app now includes the cordova-plugin-ionic plugin, which will automatically attempt to upgrade the app at runtime from the Ionic Pro repository. This upgrade runs in the background by default when you launch the app. We had an Ionic 3 version of the app in the Ionic Pro repository, with the same APP_ID as the Ionic 4 app. So when our Ionic 4 app ran, it silently "upgraded" itself to the Ionic 3 version of the app. Then the next launch of the app would run the Ionic 3 version of the app.

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

iOS 9 support with IBM worklight 6.1.0.2

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/

xcode 7.0 beta 3 have device issue

i installed xcode 7.0 beta 3 on my macbook pro, but when i run my app on iPad device with ios version 8.4 it give me this issue.
please anyone have this issue solve for me
Its due to absence of sdk for ios 8.4 in your xcode version.To resolve this issue you have two options
1. Upgrade your xcode 7 beta version to that version which has sdk for ios 8.4
2. Upgrade your device to ios 9 beta version
you can get more information about Xcode 7 from following link...
Apple discussion forum

facebook sdk 3.1-ios compatible with ios 5.1 -5?

regards
I have an application that uses the Facebook API for certain features This application should run both 5.1 and 6 ios 5 my question is the Facebook API 3.1 is compatible with iOS 5 and 5.1 thank you very much
Yes it is compatible. Just mark the iOS6 only frameworks as optional to get it working.
EDIT: Here's a screenshot of how you do that.