marketingcloudsdkAndroid 1.1.2
dotnet add package marketingcloudsdkAndroid --version 1.1.2
NuGet\Install-Package marketingcloudsdkAndroid -Version 1.1.2
<PackageReference Include="marketingcloudsdkAndroid" Version="1.1.2" />
paket add marketingcloudsdkAndroid --version 1.1.2
#r "nuget: marketingcloudsdkAndroid, 1.1.2"
// Install marketingcloudsdkAndroid as a Cake Addin #addin nuget:?package=marketingcloudsdkAndroid&version=1.1.2 // Install marketingcloudsdkAndroid as a Cake Tool #tool nuget:?package=marketingcloudsdkAndroid&version=1.1.2
marketingcloudsdkAndroid
Product | Versions Compatible and additional computed target framework versions. |
---|---|
MonoAndroid | monoandroid90 is compatible. |
-
MonoAndroid 9.0
- Xamarin.Android.Arch.Core.Common (>= 1.0.0.1)
- Xamarin.Android.Arch.Lifecycle.Common (>= 1.0.3.1)
- Xamarin.Android.Arch.Lifecycle.Runtime (>= 1.0.3.1)
- Xamarin.Android.Support.Annotations (>= 27.0.2.1)
- Xamarin.Android.Support.Compat (>= 27.0.2.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Using version 6.0.2 salesforce-marketingcloud SDK
Push notification bindings update
Please note that codebase needs to be change to work with Firebace since gcm will be deprecated
<receiver android:name="com.google.firebase.iid.FirebaseInstanceIdReceiver" android:exported="true" android:permission="com.google.android.c2dm.permission.SEND" >
<intent-filter>
<action android:name="com.google.android.c2dm.intent.RECEIVE" />
<category android:name="{COM.YOUR.PROJECT.NAME}" />
</intent-filter>
</receiver>
<service android:name="com.salesforce.marketingcloud.messages.push.MCFirebaseMessagingService" android:exported="false">
<intent-filter android:priority="-999">
<action android:name="com.google.firebase.MESSAGING_EVENT" />
</intent-filter>
</service>
<service android:name="com.salesforce.marketingcloud.messages.push.a" android:exported="false">
<intent-filter android:priority="-999">
<action android:name="com.google.firebase.INSTANCE_ID_EVENT"/>
</intent-filter>
</service>