Skip to content

Commit

Permalink
update: TrackierSDK
Browse files Browse the repository at this point in the history
  • Loading branch information
IloveJavaa committed Mar 21, 2023
1 parent 4828e62 commit d9b5ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trackier-ios-sdk/Classes/TrackierSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public class TrackierSDK {
//print("Coneversion VALUE -- \(error.localizedDescription)")
}
}
} else if #available(iOS 11.3, *), #available(iOS 14.0, *) {
} else if #available(iOS 14.5, *) {
SKAdNetwork.updateConversionValue(conversionValue)
}
}
Expand Down

0 comments on commit d9b5ad6

Please sign in to comment.