We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e0ee8 commit 6f9ae71Copy full SHA for 6f9ae71
README.md
@@ -36,16 +36,14 @@ end
36
// When the app loads
37
TradeItAccountOpeningSDK.configure(
38
apiKey: "YOUR TRADEIT API KEY",
39
- environment: .production,
40
- googleMapsApiKey: "YOUR GOOGLE MAPS API KEY"
+ environment: .production
41
)
42
```
43
44
```Objective-C
45
46
[TradeItAccountOpeningSDK configureWithApiKey:@"YOUR TRADEIT API KEY"
47
- environment:TradeItAccountOpeningEnvironmentProduction
48
- googleMapsApiKey:@"YOUR GOOGLE MAPS API KEY"];
+ environment:TradeItAccountOpeningEnvironmentProduction];
49
50
51
## Usage
0 commit comments