diff --git a/TestApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/TestApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 02baef8..b1df8d4 100644 --- a/TestApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/TestApp.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -6,7 +6,7 @@ "location" : "https://github.com/brankas/core-sdk-ios", "state" : { "branch" : "master", - "revision" : "4a7d49f7aa04499a0947f78990e38898d2915089" + "revision" : "4670788283a818266d92ed2fe3f8b5ce10b9462f" } }, { diff --git a/TestApp/ViewController.swift b/TestApp/ViewController.swift index 569b7f9..88f6b94 100644 --- a/TestApp/ViewController.swift +++ b/TestApp/ViewController.swift @@ -74,7 +74,7 @@ class ViewController: UIViewController, CheckDelegate { } - StatementTapSF.shared.initialize(apiKey: Constants.API_KEY, certPath: nil, isDebug: true) + StatementTapSF.shared.initialize(apiKey: Constants.API_KEY, certPath: nil, isDebug: false) // Use this initialize method if App Tracking Transparency is enabled or commented out in SceneDelegate // if #available(iOS 14, *) { // StatementTapSF.shared.initialize(apiKey: Constants.API_KEY, certPath: nil, isDebug: false, isLoggingEnabled: ATTrackingManager.trackingAuthorizationStatus == .authorized) @@ -227,7 +227,7 @@ class ViewController: UIViewController, CheckDelegate { vProgressing.isHidden = false - StatementTapSF.shared.initialize(apiKey: Constants.API_KEY, certPath: nil, isDebug: true) + StatementTapSF.shared.initialize(apiKey: Constants.API_KEY, certPath: nil, isDebug: false) // Use this initialize method if App Tracking Transparency is enabled or commented out in SceneDelegate // if #available(iOS 14, *) { // StatementTapSF.shared.initialize(apiKey: Constants.API_KEY, certPath: nil, isDebug: false, isLoggingEnabled: ATTrackingManager.trackingAuthorizationStatus == .authorized)