Skip to content

Commit

Permalink
Merge pull request #14 from Iterable/feature/itbl-5586-minor-improvem…
Browse files Browse the repository at this point in the history
…ents

[ITBL-5586]-remove-api-key
  • Loading branch information
tapashmajumder committed Jul 20, 2018
2 parents 7bee6a2 + 667e36d commit d043a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-apps/objc-sample-app/objc-sample-app/AppDelegate.m
Expand Up @@ -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 {
Expand Down

0 comments on commit d043a0a

Please sign in to comment.