Skip to content

Commit

Permalink
remove ios native initialize
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielalao committed Oct 14, 2023
1 parent 6da1459 commit 8dd029b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/ios/Runner/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ @implementation AppDelegate
- (BOOL)application:(UIApplication *)application
didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
[GeneratedPluginRegistrant registerWithRegistry:self];
[Radar initializeWithPublishableKey:@"prj_test_pk_0000000000000000000000000000000000000000"];
return [super application:application didFinishLaunchingWithOptions:launchOptions];
}

Expand Down

0 comments on commit 8dd029b

Please sign in to comment.