Skip to content

Commit

Permalink
chore: add PR comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SKannaniOS committed Jun 11, 2024
1 parent fa0502d commit dd5ffdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ pod 'Rudder-CustomerIO', '~> 1.1.0'
Put this code in your ```AppDelegate.swift``` file under the method ```didFinishLaunchingWithOptions```
```
let configBuilder = RSConfigBuilder()
.withDataPlaneUrl(DATA_PLANE_URL)
.withLoglevel(RSLogLevelDebug)
.withFactory(RudderCustomerIOFactory.instance)
RSClient.getInstance(WRITE_KEY, config: configBuilder.build())
Expand Down

0 comments on commit dd5ffdf

Please sign in to comment.