Xamarin is a cross-platform mobile framework used to build mobile applications using the .Net framework.
Installation
We have published a NuGet package for the Binding Library of our SDKs. For installing the same go to your Solution, right-click and select Manage NuGet Packages as shown below:


After this in the NuGet package browsing window set the source as nuget.org
and search for com.moengage
package and add the same to your solution.


After adding the Nuget package lets move on to platform specific configuration.
Updated 8 months ago