Skip to content

Commit d043a0a

Browse files
Merge pull request #14 from Iterable/feature/itbl-5586-minor-improvements
[ITBL-5586]-remove-api-key
2 parents 7bee6a2 + 667e36d commit d043a0a

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)