Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
arnabp92 committed Mar 27, 2020
1 parent d515733 commit 0591264
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[![Version](https://img.shields.io/cocoapods/v/Rudder-Adjust.svg?style=flat)](https://cocoapods.org/pods/Rudder-Adjust)
[![Platform](https://img.shields.io/cocoapods/p/Rudder-Adjust.svg?style=flat)](https://cocoapods.org/pods/Rudder-Adjust)

# What is Rudder?

**Short answer:**
Expand All @@ -17,22 +14,17 @@ Released under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0)
2. Rudder-Adjust is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile:

```ruby
pod 'Rudder-Adjust'
pod 'Rudder-Adjust', '0.1.1-beta.1'
```

## Initialize ```RudderClient```
Put this code in your ```AppDelegate.m``` file under the method ```didFinishLaunchingWithOptions```
```
RudderConfigBuilder *builder = [[RudderConfigBuilder alloc] init];
[builder withEndPointUrl:YOUR_DATA_PLANE_URL];
[builder withEndPointUrl:<YOUR_DATA_PLANE_URL>];
[builder withFactory:[RudderAdjustFactory instance]];
[RudderClient getInstance:YOUR_WRITE_KEY config:[builder build]];
```

## Send Events
Follow the steps from [Rudder iOS SDK](https://github.com/rudderlabs/rudder-sdk-ios)

# Coming Soon
1. Native platform SDK integration support
2. More documentation
3. More destination support
Follow the steps from [Rudder iOS SDK](https://github.com/rudderlabs/rudder-sdk-ios)

0 comments on commit 0591264

Please sign in to comment.