Rudder-Braze 2.0.0

Rudder-Braze 2.0.0

Maintained by RudderStack, RudderStack.



 
Depends on:
Rudder~> 1.24
BrazeKit~> 7.5.0
 

  • By
  • RudderStack

What is RudderStack?

RudderStack is a customer data pipeline tool for collecting, routing and processing data from your websites, apps, cloud tools, and data warehouse.

More information on RudderStack can be found here.

Integrating Braze with RudderStack's iOS SDK

  1. Add Braze as a destination in the Dashboard and define REST api key, App Key and Data Center Instance

  2. Rudder-Braze is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Rudder-Braze', '1.0.4'

Initialize RSClient

Put this code in your AppDelegate.m file under the method didFinishLaunchingWithOptions

RSConfigBuilder *configBuilder = [[RSConfigBuilder alloc] init];
[configBuilder withDataPlaneUrl:DATA_PLANE_URL];
[configBuilder withFactory:[RudderBrazeFactory instance]];
RSClient *rudderClient = [RSClient getInstance:WRITE_KEY config:[configBuilder build]];

Send Events

Follow the steps from the RudderStack iOS SDK.

Contact Us

If you come across any issues while configuring or using this integration, please feel free to start a conversation on our Slack channel. We will be happy to help you.