DEM 2 1.0.428 Release Notes
Released 22.10.2020
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
New features:
- Push notification list - List of push notifications found in the settings menu.
Prelogin balance - Feature found in settings menu. After user logs in to mobile application and enables this option, he can choose to show or hide prelogin balance for selected account. This feature is not finished yet, but we are open for early feedback.
Both features can be controlled from feature management, we added new flags:
{ "Name": "PreloginBalances", "IsEnabled": false }, { "Name": "PushnotificationList", "IsEnabled": false },
For more, visit current experimental flags.
Activation
- Active services - We extended our model and command from Device API - OwnedDevice and RegisterDeviceCommand with new property Active services.
[DataMember(Name = "active-services", EmitDefaultValue = false)]
public List<string> ActiveServices { get; set; }
During the activation and device registration, beside other device data, for active services will be sent which application is activated - mToken or mobile application. For this feature, we added new configuration key FactoryConfig_SendActiveServiceOnRegistration and its defalut value is false.
Push authentication
- We added a new screen for push login. After first login, when device is registered for push, user can log in to web with push as a second factor. This is still in the experimental phase, but we are open for early feedback. When user selects Username push option on web and enters external device id of his active device, push will be sent and then, on new screen, user will be able to confirm action.
Halk
Onboarding changes:
- Product catalog changes in onboarding process. For this purpose, we added new configuration key FactoryConfig_Product_OnBording_MemberOf which defines group of products that will be requested during onboarding process.
Nova and Spar
We extended Transfer model from AccountData API with Extension property.
[DataMember(Name = "extension")] public IDictionary<string, object> Extension { get; set; }
Note
Packages 429 are for Spar only.
Bug fixed
Staging
Halk
- Standing orders problem with account fixed
Latest application on AppCentar
Halk - SxS MToken - SC 24x7 UAT
DEM V2 - Staging - SxS on Halk test
DEM V2 - Demo - SxS on Halk test
Packages (428)
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
- Current experimental flags
- Configuration
- DEM V2 documentation - what's new
- Open-source DEM 2.0 AssecoSee GitHub repository
Thank you to our community for helping to make DEM even better! Mobile Team