mParticle-Appboy 8.6.0

mParticle-Appboy 8.6.0

TestsTested
LangLanguage Obj-CObjective C
License NOASSERTION
ReleasedLast Release May 2024

Maintained by Peter Jenkins, Sam Dozor, mParticle Developers.



 
Depends on:
mParticle-Apple-SDK~> 8.19
BrazeKit~> 9.0
BrazeKitCompat~> 9.0
BrazeUI~> 9.0
 

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