Show / Hide Table of Contents

    DEM 2 1.0.568 Release Notes

    Released 02.03.2022

    View in browser

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

    What's new

    Erste

    Self enrollment

    • We added a possibility for the bank’s migrated clients to independently initiate the sending of codes for mobile application activation by entering the registration number.

      This feature is controlled by new configuration key FactoryConfig_IsActivationForMigratedUsersEnabled, its default value is false and if you don't change anything, everything will look like so far. If you, however, enable this feature, you will see that application start page now has additional activation button and the accompanying instructions.

      When user clicks on this new button, he will be asked to enter the registration number. After all the checks are performed, user receives activation codes and continues with the classic activation process.

      If you want to see this new activation option not only on start page, but also in the menu, along with the classic activation flow, you need to add the following registration in OnInitialized method of your Application.cs:

      
        typeCatalog.AddOrUpdate(new ViewModelInfo(typeof(AssecoSEE.DEM.Foundation.Usecases.ActivationForMigratedUsers.ActivateMigratedUserViewModel))
        {
            DisplayData = new ViewModelDisplayData(15, "core_activate_data", AllIcons.Arrowright),
            ViewType = ViewType.Prelogin,
            ShowLoading = false,
            PageTypes = new Type[] { typeof(AssecoSEE.DEM.Foundation.Usecases.ActivationForMigratedUsers.PersonalIdPage), typeof(AssecoSEE.DEM.Foundation.Usecases.Activate.ActivatePage), typeof(AssecoSEE.DEM.Foundation.Usecases.Activate.CreateNewPinPage) }
        });
      

    Bug fixed

    Staging

    • 38463
    • 38483
    • 38443

    Latest application on AppCentar

    Halk - SxS MToken - SC 24x7 UAT

    • Android 66.34 MB (171)
    • iOS 69.41 MB (119)

    DEM V2 - Staging - SxS on Halk test

    • Android 52.05 MB (309)
    • iOS 71.25 MB (293)
    • iOS 68.18 MB Momentum (15)
    • Huawei 47.43 MB (25)

    DEM V2 - Demo - SxS on Halk test

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

    Packages (568)

    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