Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ricardoarchive/xamarin-salesforce-dmp-android
Xamarin.Android binding library for Salesforce DMP SDK
https://github.com/ricardoarchive/xamarin-salesforce-dmp-android
apps-team
Last synced: 28 days ago
JSON representation
Xamarin.Android binding library for Salesforce DMP SDK
- Host: GitHub
- URL: https://github.com/ricardoarchive/xamarin-salesforce-dmp-android
- Owner: ricardoarchive
- License: mit
- Created: 2018-03-07T10:48:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-23T14:22:27.000Z (almost 7 years ago)
- Last Synced: 2024-08-10T21:16:53.134Z (6 months ago)
- Topics: apps-team
- Language: C#
- Homepage: https://konsole.zendesk.com/hc/en-us/articles/232255108-Android-SDK-Downloads
- Size: 657 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Salesforce DMP SDK for Xamarin
Xamarin.Android binding library for [Salesforce DMP SDK](https://konsole.zendesk.com/hc/en-us/articles/232255108-Android-SDK-Downloads).
For more information on Salesforce DMP SDK see the Android documentation [reference](https://konsole.zendesk.com/hc/en-us/articles/226031268-Android-SDK-Implementation-Guide).
This binding library is available on [Nuget](https://www.nuget.org/packages/Ricardo.Salesforce.DMP.Android/).
## Sample
The SDK require 3 permissions:
``` xml
```
Those permissions have been added in the package and will be automatically set in your manifest on build.
You will also need to manually a service registration in your manifest:
``` xml
```
If you are using proguard, add those lines:
``` cfg
-dontwarn javax.annotation.**
-dontwarn sun.misc.Unsafe
```For implementation, see the Ricardo.Salesforce.DMP.Android.Sample project.
## License
- xamarin-salesforce-dmp-android is licensed under [MIT](http://opensource.org/licenses/mit-license)