File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
sample-apps/swiftui-sample-app/swiftui-sample-app Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -8,16 +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 = " a8b1a3c7b5ec48119aa976f7f5a49603 "
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
- print ( " HIT!!! " )
21
19
IterableAPI . initialize ( apiKey: apiKey,
22
20
launchOptions: launchOptions,
23
21
config: config)
You can’t perform that action at this time.
0 commit comments