diff --git a/src/@ionic-native/plugins/fcm/index.ts b/src/@ionic-native/plugins/fcm/index.ts index 87d5bf7b3d..780ca2e760 100644 --- a/src/@ionic-native/plugins/fcm/index.ts +++ b/src/@ionic-native/plugins/fcm/index.ts @@ -71,6 +71,16 @@ export class FCM extends IonicNativePlugin { getToken(): Promise { return; } + + /** + * Gets ios device's current APNS registration id + * + * @returns {Promise} Returns a Promise that resolves with the APNS registration id token + */ + @Cordova() + getAPNSToken(): Promise { + return; + } /** * Event firing on the token refresh