Salesforce marketing cloud
Salesforce marketing cloud is an AI-powered, cloud-based digital marketing platform within the Salesforce Customer 360 ecosystem. To add it to your app you need to:
- Add to your root
build.gradle
:allprojects {repositories {maven { url "https://salesforce-marketingcloud.github.io/MarketingCloudSDK-Android/repository" }}} - Include the Salesforce marketing cloud PoqSDK into your
build.gradle
:implementation ("com.poqstudio:notifications.sfmc:$VERSION_NAME") - Set all required ids on SFMCSettings. You can find most of the ids on
your console -> Mobile Studio -> MobilePush -> Administration -> Actions (on your app) -> Settings
. ForMID
, press on you account name on the right top corner.