Skip to content

Commit

Permalink
afasfasdf
Browse files Browse the repository at this point in the history
  • Loading branch information
nan-li committed Oct 30, 2024
1 parent 60efdba commit 6b39c97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iOS_SDK/OneSignalDevApp/OneSignalDevApp/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,12 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(

// [FIRApp configure];

NSLog(@"Bundle URL: %@", [[NSBundle mainBundle] bundleURL]);
NSLog(@" Bundle URL: %@", [[NSBundle mainBundle] bundleURL]);

[OneSignal setLogLevel:ONE_S_LL_VERBOSE visualLevel:ONE_S_LL_NONE];
_notificationDelegate = [OneSignalNotificationCenterDelegate new];


id openNotificationHandler = ^(OSNotificationOpenedResult *result) {
NSLog(@"OSNotificationOpenedResult: %@", result.action);
#pragma clang diagnostic push
Expand Down

0 comments on commit 6b39c97

Please sign in to comment.