mparticle-integrations / mparticle-apple-integration-appboy

Braze (formerly Appboy) integration for the mParticle iOS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Braze (formerly Appboy) Kit Integration

This repository contains the Braze integration for the mParticle Apple SDK using the latest Braze Swift SDK.

Adding the integration

  1. Add the kit dependency using SPM or add it to your app's Podfile or Cartfile:

    pod 'mParticle-Appboy', '~> 8.0'
    

    OR

    github "mparticle-integrations/mparticle-apple-integration-appboy" ~> 8.0
    
  2. If using SPM, make sure to add the -ObjC flag to the target's Other Linker Flags setting in Xcode, according to the Braze documentation.

  3. Follow the mParticle iOS SDK quick-start, then rebuild and launch your app, and verify that you see "Included kits: { Appboy }" 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.

Documentation

Braze integration

License

Apache License 2.0

About

Braze (formerly Appboy) integration for the mParticle iOS SDK

License:Other


Languages

Language:Objective-C 94.5%Language:Swift 2.9%Language:Ruby 1.5%Language:JavaScript 0.7%Language:Shell 0.4%