You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2022/07/27 13:53:35 UTC

[GitHub] [cordova-plugin-file] breautek commented on issue #533: iOS Source code shows many deprecations

breautek commented on issue #533:
URL: https://github.com/apache/cordova-plugin-file/issues/533#issuecomment-1196792918

   Often using, or having deprecated code in the codebase is necessary in order to remain backwards compatible with older iOS versions. Therefore we cannot just blanket sweep all deprecations and refactor them to whatever what the replacements are. At the time of release of cordova-ios@6, it was decided to support iOS 11 and later. Nowadays, iOS 11 probably is pretty ancient and support could **probably** be dropped, but it would require rolling out new majors.
   
   In my experience, which includes providing support for the Apache Cordova community...  Apple doesn't block apps if they are using deprecated code, and if they have the intention to do so for specific deprecations, they will announce it (e.g. the UIWebView deprecation).
   
   So if Apple is blocking one of your apps from submission due to a deprecation code being used, it would be useful to know which deprecations they are referencing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org