Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Last active August 19, 2020 20:48
Show Gist options
  • Save flurrydev/892b8359632f9647a714665707c7a123 to your computer and use it in GitHub Desktop.
Save flurrydev/892b8359632f9647a714665707c7a123 to your computer and use it in GitHub Desktop.
if #available(iOS 14, *) {
FlurrySKAdNetwork.flurryUpdateConversionValue(with: .Registration)
}
if #available(iOS 14, *) {
FlurrySKAdNetwork.flurryUpdateConversionValue(with: .LogIn)
}
if #available(iOS 14, *) {
FlurrySKAdNetwork.flurryUpdateConversionValue(with: .Subscription)
}
if #available(iOS 14, *) {
FlurrySKAdNetwork.flurryUpdateConversionValue(with: .InAppPurchase)
}
if #available(iOS 14, *) {
FlurrySKAdNetwork.flurryUpdateConversionValue(with: .NoEvent)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment