Skip to content

Commit 8b4a05d

Browse files
reverts sample app
1 parent 5e55c03 commit 8b4a05d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sample-apps/swiftui-sample-app/swiftui-sample-app/IterableHelper.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@ import IterableSDK
88
class IterableHelper {
99
// Please replace with your API key
1010
#error("Please add your API Key here")
11-
private static let apiKey = "a8b1a3c7b5ec48119aa976f7f5a49603"
11+
private static let apiKey = ""
1212

1313
static func initialize(launchOptions: [UIApplication.LaunchOptionsKey : Any]?) {
1414
let config = IterableConfig()
1515
// urlDelegate and customActionDelegate must be strong references
1616
// otherwise they will be deallocated
1717
config.urlDelegate = urlDelegate
1818
config.customActionDelegate = customActionDelegate
19-
config.dataRegion = IterableDataRegion.EU
20-
print("HIT!!!")
2119
IterableAPI.initialize(apiKey: apiKey,
2220
launchOptions: launchOptions,
2321
config: config)

0 commit comments

Comments
 (0)