Skip to content

Commit 0c4b000

Browse files
update IterableHelper in sample app
1 parent c4f1591 commit 0c4b000

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +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 = "1d38cefe0f08466e8d87ac1e80363c82"
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
2019
IterableAPI.initialize(apiKey: apiKey,
2120
launchOptions: launchOptions,
2221
config: config)

0 commit comments

Comments
 (0)