Skip to content

mmustafa-tse/mparticle-apple-integration-appboy

 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 94.6%
  • Swift 2.8%
  • Ruby 1.5%
  • Other 1.1%