DEM 2 1.0.451 Release Notes
Released 22.01.2021
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
New features:
Prelogin balance with emoji - We added a new posibility for user to set prelogin balance - with emoticons. When this option is selected users will define the levels and the related emoji to present the levels. The emoji will allow the customer to quickly identify the balance without disclosing it to someone that has access to the phone. If customer doesn't have emoji balance set, application will create a list of 3 predefined levels as an example, which are retrieved from the server as a configuration.
Campaign management on post payment screen - Banner is now shown on post payment screen. We added a new class Zone to Dialog API models:
[Serializable] [DataContract(Name = "zone")] public class Zone { [DataMember(Name = "zone-name", EmitDefaultValue = false)] public string ZoneName { get; set; } [DataMember(Name = "zone-id", EmitDefaultValue = false)] public int ZoneId { get; set; } } [Serializable] [DataContract(Name = "zones")] public class ZoneList { [DataMember(Name = "zones", EmitDefaultValue = false)] public List<Zone> Zones { get; set; } }
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 (451)
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
Thank you to our community for helping to make DEM even better! Mobile Team