Skip to content

Commit

Permalink
New log for SKAd 4 integration (#2594)
Browse files Browse the repository at this point in the history
Task/Issue URL: https://app.asana.com/0/1205842948507349/1206011173132781/f
New logs for SKAd testing
  • Loading branch information
federicocappelli authored Mar 14, 2024
1 parent 075c55d commit 94958ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DuckDuckGo/AppDelegate+SKAD4.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ extension AppDelegate {

if #available(iOS 16.1, *) {
SKAdNetwork.updatePostbackConversionValue(conversionValue, coarseValue: .high, lockWindow: true, completionHandler: { error in
if let error = error {
if let error {
os_log("SKAD 4 postback failed %@", type: .error, error.localizedDescription)
} else {
os_log("SKAD 4 postback succeeded", type: .debug)
}
})
} else {
Expand Down

0 comments on commit 94958ae

Please sign in to comment.