Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tal-mi authored Feb 14, 2023
1 parent a5d599d commit 6d74b48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions GigyaSwift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,14 @@ Supplying Api-Key & Api-Domain

Gigya.sharedInstance().initFor(apiKey: "YOUR-API-KEY", apiDomain: "YOUR-API-DOMAIN")
```
### CNAME initialization

When using implicit initialization of the SDK, add the "cname" property to your app’s plist file.

When using explicit initialization of the SDK, you can use the following method:
```swift
public func initFor(apiKey: String, apiDomain: String? = nil, cname: String? = nil)
```

## Sending a Request

Expand Down

0 comments on commit 6d74b48

Please sign in to comment.