codestergit / mparticle-apple-integration-responsys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Responsys Kit Integration

This repository contains the Responsys integration for the mParticle Apple SDK.

Adding the integration

  1. For adding the Responsys SDK, refer to the Step-by-Step guide and follow steps [1] through [7].

    NOTE: In step [2], download your app's pushio_config.json file, however, this does not need to be added to your app, you will need its contents to create the Responsys Connection in your mParticle workspace.

  2. Add the kit dependency to your app's Podfile or Cartfile:

    pod 'mParticle-Responsys', '~> 1.2'
    

    OR

    github 'mparticle-integrations/mparticle-apple-integration-responsys' ~> 1.2.3
    
  3. Follow the mParticle iOS SDK quick-start, then rebuild and launch your app, and verify that you see "Included kits: { Responsys }" in your Xcode console

(This requires your mParticle log level to be at least Debug)

  1. Reference mParticle's integration docs below to enable the integration.

  2. To enable additional features of the Responsys SDK like In-App Messaging, Notification Preferences etc., follow the respective guides available here.

Documentation

Responsys integration

License

Apache License 2.0

About

License:Other


Languages

Language:Objective-C 100.0%