Removal of deprecated Carbon APIs

Hello We need to take a decision on moving from Carbon to Cocoa based on one specific API that is deprecated which is CFReadStreamCreateForHTTPRequest.

What I want to know is, in which macOS version will it be removed? It's still available in Catalina and Big Sur, and I don't see the plan version for removal of this API.

Any idea on this?

Thank you Musten Jiruwala

What I want to know is, in which macOS version will it be removed?

As far as I know, Apple would not announce removal plans of deprecated APIs. There were some exceptions, such as UIWebView which was very widely used in iOS apps.

Any idea on this?

Unless the API is so widely used as above, Apple might abruptly remove it in some beta which would be released a few weeks before released version. If a few weeks (it might be less!) is too short for you, you should better start migrating your app immediately.

Removal of deprecated Carbon APIs
 
 
Q