From 3340e9a6949f798d5ec540a78c7ac46a5dc884b2 Mon Sep 17 00:00:00 2001 From: "Marius C. Bolik" <marius.bolik@me.com> Date: Fri, 16 Oct 2020 19:17:16 +0200 Subject: [PATCH] feat(appsfyler): add property waitForATTUserAuthorization to AppsflyerOptions (#3541) --- src/@ionic-native/plugins/appsflyer/index.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/@ionic-native/plugins/appsflyer/index.ts b/src/@ionic-native/plugins/appsflyer/index.ts index 7642fe4d..a14347ef 100644 --- a/src/@ionic-native/plugins/appsflyer/index.ts +++ b/src/@ionic-native/plugins/appsflyer/index.ts @@ -31,6 +31,11 @@ export interface AppsflyerOptions { * default false Accessing AppsFlyer Attribution / Conversion Data from the SDK (Deferred Deeplinking). Read more: Android, iOS. AppsFlyer plugin will return attribution data in onSuccess callback. */ onInstallConversionDataListener?: boolean; + + /** + * time for the sdk to wait before launch - IOS 14 ONLY! + */ + waitForATTUserAuthorization?: number; } export interface AppsflyerEvent {