MAF 2.6.1 Release Notes

Oracle Mobile Application Framework 2.6.1 Patch 3 Release Notes

New Features in 2.6.1.  This does not change in patch 1 or 2

  1. Support for Android 9.
    Please see the Certification Matrix for details.
  2. Target/Compile SDK API level from 27 to 28.
    Users are required to install Android API 28, and the minimum build tools version is 27.0.3 (before it was 26.0.2). The minimum SDK API level is 23 ----Users cannot specify levels lower than 23 for deployment profile.
  3. Supports 64-bit Architecture for Android Apps
    MAF now supports 64-bit architecture for Android apps. To enable you to build an Android app with 64-bit support from your MAF project, the Android deployment profile now includes two new checkboxes (ARM64 and x86_64) under CPU Type, as shown in the following screenshot. For more information about creating a MAF for Android deployment profile, see

Fixed Issues - Patch 3

  1. 30379069 - APP CRASHES ONCE SCRIPTING IS ENABLED IN ANDROID
    Android 9 - Applications were crashing after a configuration download when scripting is enabled.

Fixed Issues - Patch 2

  1. 29939464 SSO PAGE CALLING BASIC AUTH IS NOT WORKING IN MAF 2.6 APP
    Implemented basic auth handling in native iOS and Android when triggered from a SSO page. Customer company SSO page is throwing the basic auth challenge instead of federated auth and this use case should be supported.

Fixed Issues - Patch 1

  1. 30255985 - GETPASSWORD API GIVING NULL
    A new secure storage was included and didn't consider the migration for the old applications. Now the code will check the old storage as well.
  2. 30212379 - ANDROID :: MIGRATION ERROR WITH CORDOVA - PHONEGAP-PLUGIN-BARCODESCANNER-7.0.4
    Fixed search path.
  3. All platforms - Restarting an application with Single Sign-On enabled after the token expiration was not expiring. Now it will prompt for a login again.

Older Fixed Issues

  1. 29952415 - PASSWORD OBTAINED VIA GENERATEDPASSWORD.SETPASSWORD() NOT PERSISTING IN DEVICE CREDENTIAL STORE
    Android only. 
  2. 29866252 - MAF2.6.0 LOGIN API IS NOT SENDING ACCEPT-LANGUAGE HEADER FROM MOBILE DEVICE
    All platforms.