Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesimone-viafoura authored Aug 23, 2024
1 parent 809bc0b commit 0253d1e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies: [

Please follow [the official Viafoura iOS SDK documentation](https://documentation.viafoura.com/docs/add-the-viafoura-ios-sdk-to-your-app).

## How to integrate?
## How to initialize the SDK?
1) Initialize the SDK in `application(application:didFinishLaunchingWithOptions)`. Make sure to replace SITE_UUID and SITE_DOMAIN with the values corresponding to your domain.

```swift
Expand All @@ -45,3 +45,4 @@ func application(_ application: UIApplication,
return true
}
```

0 comments on commit 0253d1e

Please sign in to comment.