Skip to content

Commit 2e4447a

Browse files
committed
[nits] todos, comments
1 parent c9318e8 commit 2e4447a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

iOS_SDK/OneSignalSDK/OneSignalCore/Source/API/OneSignalReachability.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#import <ifaddrs.h>
3030
#import <netdb.h>
3131
#import <sys/socket.h>
32-
32+
// TODO: Before GA: There is a better native way to work with this, using different imports
3333
#import <CoreFoundation/CoreFoundation.h>
3434

3535
#import "OneSignalReachability.h"

iOS_SDK/OneSignalSDK/OneSignalUser/Source/OneSignalUserManagerImpl.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ public class OneSignalUserManagerImpl: NSObject, OneSignalUserManager {
462462
extension OneSignalUserManagerImpl {
463463
@objc
464464
public func startNewSession() {
465+
OneSignalLog.onesignalLog(.LL_VERBOSE, message: "OneSignalUserManagerImpl starting new session")
465466
guard !OneSignalConfigManager.shouldAwaitAppIdAndLogMissingPrivacyConsent(forMethod: nil) else {
466467
return
467468
}

0 commit comments

Comments
 (0)