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 {