DEM 2 1.0.537 Release Notes
Released 20.08.2021
This release continues to improve existing features while introducing a few significant feature contributions.
What's new
Android 11 changes
If you have problems with application installation from AppCenter on Android 11 devices after you've changed target, just re-upload the existing keystore in build settings on AppCenter.
If Xamarin.Essentials.Launcher's TryOpenAsync method doesn't work for you on Android 11 devices, you need to add queries to your AndroidManifest.xml.
<queries> <intent> <action android:name="android.intent.action.SENDTO" /> <data android:scheme="mailto" /> </intent> <intent> <action android:name="android.intent.action.VIEW" /> <data android:scheme="http"/> </intent> <intent> <action android:name="android.intent.action.VIEW" /> <data android:scheme="https"/> </intent> <intent> <action android:name="android.intent.action.DIAL" /> <data android:scheme="tel" /> </intent> </queries>
For more information visit this link.
Virtual inbox - message length validation
- We added new configuration key FactoryConfig_Virtual_Inbox_Message_Length_Validation. Default value is false, but you can set it to true to turn on this validation, which will prevent sending messages longer than 3000 characters, which was required for some banks.
Halk
- Deep link minor changes and fixes
Alta
- We added new configuration key FactoryConfig_API_Pre_ChannelSecret, where you can now set yours clientcredentials secret.
Bug fixed
Staging
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 (537)
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