Skip to content

Instantly share code, notes, and snippets.

@flurrydev
Last active August 20, 2020 17:44
Show Gist options
  • Save flurrydev/1d6f802bcd2d5e909bdaa789d4e7610b to your computer and use it in GitHub Desktop.
Save flurrydev/1d6f802bcd2d5e909bdaa789d4e7610b to your computer and use it in GitHub Desktop.
if (@available(iOS 14.0, *)) {
[FlurrySKAdNetwork flurryUpdateConversionValueWithEvent: Registration];
}
if (@available(iOS 14.0, *)) {
[FlurrySKAdNetwork flurryUpdateConversionValueWithEvent: Login];
}
if (@available(iOS 14.0, *)) {
[FlurrySKAdNetwork flurryUpdateConversionValueWithEvent: Subscription];
}
if (@available(iOS 14.0, *)) {
[FlurrySKAdNetwork flurryUpdateConversionValueWithEvent: InAppPurchase];
}
if (@available(iOS 14.0, *)) {
[FlurrySKAdNetwork flurryUpdateConversionValueWithEvent: NoEvent];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment