File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
sample-apps/swiftui-sample-app/swiftui-sample-app Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -8,15 +8,14 @@ import IterableSDK
8
8
class IterableHelper {
9
9
// Please replace with your API key
10
10
#error("Please add your API Key here")
11
- private static let apiKey = " 1d38cefe0f08466e8d87ac1e80363c82 "
11
+ private static let apiKey = " "
12
12
13
13
static func initialize( launchOptions: [ UIApplication . LaunchOptionsKey : Any ] ? ) {
14
14
let config = IterableConfig ( )
15
15
// urlDelegate and customActionDelegate must be strong references
16
16
// otherwise they will be deallocated
17
17
config. urlDelegate = urlDelegate
18
18
config. customActionDelegate = customActionDelegate
19
- config. dataRegion = IterableDataRegion . EU
20
19
IterableAPI . initialize ( apiKey: apiKey,
21
20
launchOptions: launchOptions,
22
21
config: config)
You can’t perform that action at this time.
0 commit comments