diff --git a/src/coretelephony.cs b/src/coretelephony.cs index 3fa00e5c80a8..17335860084a 100644 --- a/src/coretelephony.cs +++ b/src/coretelephony.cs @@ -90,6 +90,7 @@ interface CTTelephonyNetworkInfo { delegate void CTCallEventHandler (CTCall call); #endif + [Deprecated (PlatformName.iOS, 10, 0, message: "Replaced by 'CXCallObserver' from 'CallKit'.")] [BaseType (typeof (NSObject))] [Since (4,0)] interface CTCallCenter {