From 89679d4903f4a44e2b540cf1ae9ca7be9a03f3b1 Mon Sep 17 00:00:00 2001 From: "Marius C. Bolik" Date: Sat, 19 Sep 2020 10:42:32 +0200 Subject: [PATCH] add property waitForATTUserAuthorization to AppsflyerOptions --- 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 7642fe4dc6..a14347efef 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 {