BlackBerry Dynamics SDK for Microsoft.Maui 12.1
BlackBerry Dynamics SDK for Microsoft.Maui
12.1What's new in the BlackBerry Dynamics SDK for Microsoft.Maui version 12.1 Hotfix
BlackBerry Dynamics SDK for Microsoft.Maui
version 12.1 HotfixFeature | Description |
---|---|
Changes to the SDK and software requirements |
|
What's new in the BlackBerry Dynamics SDK for Microsoft.Maui version 12.1
BlackBerry Dynamics SDK for Microsoft.Maui
version 12.1This release was updated with the latest
BlackBerry Dynamics Bindings for Microsoft.iOS
and BlackBerry Dynamics Bindings for Microsoft.Android
.The
BlackBerry Dynamics SDK
supports Microsoft.Maui
for Android
and iOS
. Microsoft.Maui
is a framework that developers can use to create user interfaces that can be used across platforms. For more information, see About the BlackBerry Dynamics SDK for Microsoft.Maui and the BlackBerry Dynamics SDK for Microsoft.Maui API Reference.Feature | Description |
---|---|
Changes to the SDK and software requirements |
|
.NET upgrade | .NET has been upgraded to version 8.0. For more information, see the Microsoft resource What's new in .NET MAUI for .NET 8 and the GitHub resource Upgrading .NET MAUI from .NET 7 to .NET 8.
|
Removal of unused or redeclared packages | The following package references were removed because they were unused or redeclared:
|
Known issues
The iOS screenshot prevention feature supported for Microsoft.iOS does not work with the BlackBerry Dynamics SDK for Microsoft.Maui due to differences in how Maui handles core UI elements. |
On Android , if an app displays dialog from an activity that was already destroyed, the app will stop functioning.Workaround : Developers can use the custom Dialog and ActionSheet implementations found in the PageBase.cs file of the AppKineticsService and SampleAppSuite sample apps in the BlackBerry Dynamics SDK for Microsoft.Maui package. For more information, see 15024 |
The UI Preferences for Microsoft Visual
Studio experiences issues for SingleProject type projects and projects where multiple or specific mobile OS target versions are specified. Developers should always use source code in the .csproj file for reference. For more information, see 10316394. |
User interface tests on iOS 16 are not yet working due to Xamarin packages incompatibility. For details, developers should refer to the information from Microsoft https://github.com/microsoft/appcenter/issues/2475 to see when this issue is resolved and they can update relevant packages. |
Due to a Microsoft Visual
Studio for Mac packaging issue, a runtime error might occur after switching to library level ProGuard dependencies. Workaround : Clean bin/obj project folders, clean project, restore dependencies, rebuild, and then deploy the application. In addition, when switching between Microsoft Visual
Studio for Mac and your terminal (CLI dotnet build), the bin/obj folders must be cleaned or the "--no-incremental" parameter must be used. A build time warning has been added to the sample applications to pay special attention to this issue. |