Show / Hide Table of Contents

    DEM 2 1.0.544 Release Notes

    Released 18.11.2021

    View in browser

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

    What's new

    Halk

    • Deep link minor fix

    All about deep link implementation you can check at this link.

    POBA

    Application list

    • In addition to the current application list preview, we now added possibility to view the list through the webview. To switch from one case to another, in Application.cs, in OnInitialized(ITypeCatalog typeCatalog) method, you need to add corresponding registration.
    
    typeCatalog.AddOrUpdate(
       new ViewModelInfo(typeof(AssecoSEE.DEM.Foundation.Usecases.Application.ApplicationViewModel))
       {
           PageTypes = new Type[] {
               typeof(AssecoSEE.DEM.Foundation.Usecases.Application.ApplicationListPage) }
       });
    

    or

    
    typeCatalog.AddOrUpdate(
       new ViewModelInfo(typeof(AssecoSEE.DEM.Foundation.Usecases.Application.ApplicationViewModel))
       {
           PageTypes = new Type[] {
               typeof(DEM.Foundation.Usecases.Application.ApplicationListWebView) }
       });
    

    Also, we added new configuration key - FactoryConfig_ApplicationListLink, where you can specify the link which will be opened in the webview, if that case is enabled.

    Huawei

    • We integrated Huawei AppLinking. In the following period we will describe everything. Until then, all about integration with other huawei services you can find at this link.

    Bug fixed

    Staging

    • 37882

    Halk

    External

    • 477362, 477913, 477911, 477158

    Erste

    • 474337, 473880

    POBA

    • Prelogin balance problem after deactivation fixed

    Latest application on AppCentar

    Halk - SxS MToken - SC 24x7 UAT

    • Android 64.75 MB (161)
    • iOS 69.39 MB (109)

    DEM V2 - Staging - SxS on Halk test

    • Android 51.98 MB (299)
    • iOS 71.14 MB (283)
    • iOS 68.18 MB Momentum (15)
    • Huawei 47.43 MB (24)

    DEM V2 - Demo - SxS on Halk test

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

    Packages (544)

    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