Skip to content

Commit 667e36d

Browse files
Forgot to remove api key.
1 parent df2555e commit 667e36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sample-apps/objc-sample-app/objc-sample-app/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ @interface AppDelegate ()
1717

1818
@implementation AppDelegate
1919
// ITBL: Set your actual api key here.
20-
NSString *iterableApiKey = @"a415841b631a4c97924bc09660c658fc"; // set iterable api key here
20+
NSString *iterableApiKey = @""; // set iterable api key here
2121

2222

2323
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {

0 commit comments

Comments
 (0)