Visual Studio for Mac does not show warning for deprecated iOS API

Viewed 108

I am developing Xamarin Native application (Xamarin.iOS & Xamarin.Android). iOS app supports iOS 13 and above (iOS deployment target is set as 13). Source code is using few iOS API's that are deprecated and Visual studio for Mac does not show warning for those APIs.

Following are the example deprecated API's

UIApplication.SharedApplication.KeyWindow (https://developer.apple.com/documentation/uikit/uiapplication/1622924-keywindow) ABAddressBook.GetAuthorizationStatus() (https://developer.apple.com/documentation/eventkit/abaddressbookref)

Can someone help me to find the list of deprecated APIs in source code using Visual studio for mac or using some other tools.

0 Answers
Related