iosdeprecated

Where to see list of currently deprecated API of Apple?


I know that there are some deprecated APIs like paymentWithProductIdentifier(SKPayment). I'm trying to get a compilation. Is there a place I could go to to see them all? I tried searching on the net and I couldn't find one. Maybe Apple has a page that I don't know of?


Solution

  • Apple doesn't provide any separate listing of deprecated APIs, however they do release a page covering all the differences they make in each release. This page covers all such change logs.

    And API level change log can be found on this page but you need to go through each framework to find the deprecated APIs. Hope this is helpful.