What is Rudder?
Short answer: Rudder is an open-source Segment alternative written in Go, built for the enterprise. .
Long answer: Rudder is a platform for collecting, storing and routing customer event data to dozens of tools. Rudder is open-source, can run in your cloud environment (AWS, GCP, Azure or even your data-centre) and provides a powerful transformation framework to process your event data on the fly.
Released under Apache License 2.0
Getting Started with BranchIO Integration of Android SDK
-
Add BranchIO as a destination in the Dashboard and define
branchKey
-
Rudder-Branch is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'Rudder-Branch'
RSClient
Initialize Put this code in your AppDelegate.m
file under the method didFinishLaunchingWithOptions
RSConfigBuilder *builder = [[RSConfigBuilder alloc] init];
[builder withDataPlaneUrl:<DATA_PLANE_URL>];
[builder withFactory:[RudderBranchFactory instance]];
[RSClient getInstance:<WRITE_KEY> config:[builder build]];
Send Events
Follow the steps from Rudder iOS SDK
Contact Us
If you come across any issues while configuring or using RudderStack, please feel free to contact us or start a conversation on our Discord channel. We will be happy to help you.