diff --git a/src/@ionic-native/plugins/appsflyer/index.ts b/src/@ionic-native/plugins/appsflyer/index.ts index 8be141946..ed12a511e 100644 --- a/src/@ionic-native/plugins/appsflyer/index.ts +++ b/src/@ionic-native/plugins/appsflyer/index.ts @@ -137,6 +137,13 @@ export class Appsflyer extends IonicNativePlugin { @Cordova({ sync: true }) updateServerUninstallToken(token: string): void {} + /** + * (iOS) Allows to pass APN Tokens that where collected by third party plugins to the AppsFlyer server. Can be used for Uninstall Tracking. + * @param {string} token APN Token + */ + @Cordova({ sync: true }) + registerUninstall(token: string): void {} + /** * Get AppsFlyer’s proprietary Device ID. The AppsFlyer Device ID is the main ID used by AppsFlyer in Reports and APIs. */