- What is the BlackBerry Dynamics SDK?
- Requirements and support for platform-specific features
- Steps to get started with the BlackBerry Dynamics SDK
- Implementing SafetyNet attestation for BlackBerry Dynamics apps
- About the BlackBerry Dynamics SDK for Xamarin.Forms
- Sample apps
- Testing and troubleshooting
- Testing with Microsoft Visual Studio
- Implementing automated testing for BlackBerry Dynamics Xamarin apps
- Disable ARM v8 to avoid potential issues
- Deploying your BlackBerry Dynamics app
- Deploying certificates to BlackBerry Dynamics apps
- Legal notice
Set up for Xamarin.Android
Xamarin
.Android
After installing the the bindings and the
BlackBerry Dynamics SDK for Android
, follow these setup steps to
prepare the installation for your project builds.Rely on packaged GoodDynamics.Android binding project
You don't need to create your own binding project. For standard use, you can
rely on the
GoodDynamics.Android.dll
packaged with every
sample app. Set Attribute.AlwaysRetainTaskState = true
In your projects for
Xamarin
, be sure to set
AlwaysRetainTaskState
= true for proper behavior of the app. Any
Activity that is exported (and thus has some form of Intent Filter that allows an external
entity to start it) must have AlwaysRetainTaskState
= true. Other activities do
not need this setting. For more details, see https://developer.xamarin.com/api/field/Android.Content.PM.ActivityInfoFlags.AlwaysRetainTaskState/.