Skip to content

appsbakery/rudder-integration-singular-ios

 
 

Repository files navigation

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 Singular with RudderStack's iOS SDK

  1. Add Singular as a destination in the Dashboard.

  2. Rudder-Singular is available through CocoaPods. To install it, add the following line to your Podfile and followed by pod install:

pod 'Rudder-Singular'

Initialize RSClient

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

RSConfigBuilder *builder = [[RSConfigBuilder alloc] init];
[builder withDataPlaneUrl:DATA_PLANE_URL];
[builder withFactory:[RudderSingularFactory instance]];
[RSClient getInstance:WRITE_KEY config:[builder 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.

About

Privacy and Security focused Segment-alternative. Singular Native SDK integration support.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Objective-C 91.7%
  • Ruby 8.3%