DEM 2 1.0.386 Release Notes
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
- We turn on biometric and has transfer selection for staging
- We turn off pin change in card managment for Halk
Bug fixed
Halk
External
- 1003(i)
Internal
- 766, 767
Latest application on AppCentar
Halk - SxS MToken - SC 24x7 UAT
Android
https://install.appcenter.ms/orgs/asseco-see/apps/halk-demo-24x7-droid/distribution_groups/public (97)
iOS
https://install.appcenter.ms/orgs/asseco-see/apps/halk-demo-24x7-ios/distribution_groups/public (32)
DEM V2 - Staging - SxS on Halk test
Android
https://install.appcenter.ms/orgs/asseco-see/apps/dem/distribution_groups/public (211)
iOS
https://install.appcenter.ms/orgs/asseco-see/apps/dem-ios/distribution_groups/public (193)
Packages (386)
Nuget feed AzureDevOps https://pkgs.dev.azure.com/assecosee-de/_packaging/assecosee-de/nuget/v3/index.json
Current experimental flags
Using functionality that's behind an experimental flag requires you to enable the flag, or flags, in your application
Just add FactoryConfig_FeatureSettings
to your environment configuration in Solution with JSON.
{
"FeatureSettings": [
{
"Name": "StandingOrders",
"IsEnabled": true
},
{
"Name": "IPS",
"IsEnabled": true
},
{
"Name": "Cards",
"IsEnabled": true
},
{
"Name": "GetCardImagesFromServer",
"IsEnabled": true
},
{
"Name": "HasTransfersSelection",
"IsEnabled": false
},
{
"Name": "Biometric",
"IsEnabled": false
},
{
"Name": "Corporate",
"IsEnabled": false
},
{
"Name": "OnBording",
"IsEnabled": true
},
{
"Name": "IsUsingLatestVersion",
"IsEnabled": false
},
{
"Name": "PublicBeneficiaries",
"IsEnabled": false
}
]
}
Newsletter
Weekly Mobile Newsletter - Issue 11
Feedback
Your feedback is important to us. If there are any problems with this release, please report to us or report new issues and suggestions.
Open Source
DEM 2.0 is based on the internal open-source AssecoSee repository: https://github.com/asseco-see/digital-edge-mobile
We strongly encourage you to get involved and help us evolve the code base.
Thank you to our community for helping to make DEM even better! Mobile Team