From 667e36d03eda11756e3f308b8ef650a8c28e1351 Mon Sep 17 00:00:00 2001 From: Tapash Majumder Date: Fri, 20 Jul 2018 10:32:26 -0700 Subject: [PATCH] Forgot to remove api key. --- sample-apps/objc-sample-app/objc-sample-app/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-apps/objc-sample-app/objc-sample-app/AppDelegate.m b/sample-apps/objc-sample-app/objc-sample-app/AppDelegate.m index c85ea0741..6bec5d91b 100644 --- a/sample-apps/objc-sample-app/objc-sample-app/AppDelegate.m +++ b/sample-apps/objc-sample-app/objc-sample-app/AppDelegate.m @@ -17,7 +17,7 @@ @interface AppDelegate () @implementation AppDelegate // ITBL: Set your actual api key here. -NSString *iterableApiKey = @"a415841b631a4c97924bc09660c658fc"; // set iterable api key here +NSString *iterableApiKey = @""; // set iterable api key here - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {