Skip to content

Commit

Permalink
Statement Tap 4.1.0 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
torresejay102 committed Feb 22, 2023
1 parent f692ba0 commit 80c5c05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"location" : "https://github.com/brankas/core-sdk-ios",
"state" : {
"branch" : "master",
"revision" : "4a7d49f7aa04499a0947f78990e38898d2915089"
"revision" : "4670788283a818266d92ed2fe3f8b5ce10b9462f"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions TestApp/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 80c5c05

Please sign in to comment.