-
Notifications
You must be signed in to change notification settings - Fork 514
Obsolete
Sebastien Pouliot edited this page Apr 1, 2021
·
1 revision
Over time some native API will be obsoleted by Apple on newer versions of their operating systems.
While such API are still available and safe to use you should know that better alternatives exists and that the API might eventually be deprecated (removed) in the future.
Bindings for obsolete API continue to exists inside the Xamarin SDK as removing them would:
- make them unavailable when targeting older versions of the operating systems
- be, both source and binary, breaking changes for existing projects
When known, the obsolete message will suggest an alternative/newer API that should be used to make your code future proof.
- README
- xcode13.0 Binding Status
- xcode13.1 Binding Status
- xcode13.2 Binding Status
- xcode13.3 Binding Status
- xcode13.4 Binding Status
- xcode14.0 Binding Status
- xcode14.1 Binding Status
- xcode14.2 Binding Status
- xcode14.3 Binding Status
- xcode15.0 Binding Status
- xcode15.1 Binding Status
- xcode15.3 Binding Status
- xcode15.4 Binding Status
- xcode16.0 Binding Status
- xcode16.1 Binding Status
- xcode16.2 Binding Status