Last active
August 19, 2020 20:48
-
-
Save flurrydev/892b8359632f9647a714665707c7a123 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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