This repository contains the Braze integration for the mParticle Apple SDK using the latest Braze Swift SDK.
-
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
-
If using SPM, make sure to add the
-ObjC
flag to the target'sOther Linker Flags
setting in Xcode, according to the Braze documentation. -
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)
- Reference mParticle's integration docs below to enable the integration.