Skip to content

Commit 808b35f

Browse files
committed
temp: hard code api-key
1 parent 41288b6 commit 808b35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-apps/swift-sample-app/swift-sample-app/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
1616
var window: UIWindow?
1717

1818
// ITBL: Set your actual api key here.
19-
let iterableApiKey = ""
19+
let iterableApiKey = "d7c02944172c45b2bccd715b257c68e5"
2020

2121
func application(_: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
2222
// ITBL: Setup Notification

0 commit comments

Comments
 (0)