Show / Hide Table of Contents

    DEM 2 1.0.537 Release Notes

    Released 20.08.2021

    View in browser

    This release continues to improve existing features while introducing a few significant feature contributions.

    What's new

    Android 11 changes

    • If you have problems with application installation from AppCenter on Android 11 devices after you've changed target, just re-upload the existing keystore in build settings on AppCenter.

    • If Xamarin.Essentials.Launcher's TryOpenAsync method doesn't work for you on Android 11 devices, you need to add queries to your AndroidManifest.xml.

      
        <queries>
            <intent>
              <action android:name="android.intent.action.SENDTO" />
              <data android:scheme="mailto" />
            </intent>
            <intent>
              <action android:name="android.intent.action.VIEW" />
              <data android:scheme="http"/>
            </intent>
            <intent>
              <action android:name="android.intent.action.VIEW" />
              <data android:scheme="https"/>
            </intent>    
            <intent>
              <action android:name="android.intent.action.DIAL" />
              <data android:scheme="tel" />
            </intent>
      </queries>
      

      For more information visit this link.

    Virtual inbox - message length validation

    • We added new configuration key FactoryConfig_Virtual_Inbox_Message_Length_Validation. Default value is false, but you can set it to true to turn on this validation, which will prevent sending messages longer than 3000 characters, which was required for some banks.

    Halk

    • Deep link minor changes and fixes

    Alta

    • We added new configuration key FactoryConfig_API_Pre_ChannelSecret, where you can now set yours clientcredentials secret.

    Bug fixed

    Staging

    • 37727
    • 37525

    Latest application on AppCentar

    Halk - SxS MToken - SC 24x7 UAT

    • Android 71.08 MB (157)
    • iOS 65.04 MB (103)

    DEM V2 - Staging - SxS on Halk test

    • Android 59.69 MB (295)
    • iOS 67.26 MB (278)
    • iOS 68.18 MB Momentum (15)

    DEM V2 - Demo - SxS on Halk test

    • Android 59.57 MB (239)
    • iOS 67.12 MB (221)

    Packages (537)

    NuGet feed AzureDevOps

    Build Status

    Contributions welcome!

    If you have one or more of some common pieces of code that you are always replicating across delivery apps, don't hesitate to contribute! We are the first NuGet package you install when creating a new .Net Mobile banking app!

    Please have a look at our contribution guide before you get started.

    If you need any help getting started, please let us know.

    Useful Links

    • DEM V2 documentation - what's new
    • Configuration
    • Open-source DEM 2.0 AssecoSee GitHub repository

    Thank you to our community for helping to make DEM even better! Mobile Team

    Back to top Copyright 2020 Asseco SEE