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 05:22:36 UTC

[GitHub] [cordova-plugin-file] sreekanthrad opened a new issue, #533: iOS Source code shows many deprecations

sreekanthrad opened a new issue, #533:
URL: https://github.com/apache/cordova-plugin-file/issues/533

   # Bug Report
   
   ## iOS Source code shows many deprecations
   
   ### What is expected to happen?
   Deprecation warnings should be removed as it can affect the Appstore submission.
   
   
   ### What does actually happen?
   Different classes have multiple deprecation warnings.
   
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   
   
   ### Environment, Platform, Device
   iOS platform
   
   
   
   ### Version information
   Latest version.
   
   ***Please consider with high priority.
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   


-- 
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.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


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

Posted by GitBox <gi...@apache.org>.
breautek closed issue #533: iOS Source code shows many deprecations
URL: https://github.com/apache/cordova-plugin-file/issues/533


-- 
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


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

Posted by GitBox <gi...@apache.org>.
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


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

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #533:
URL: https://github.com/apache/cordova-plugin-file/issues/533#issuecomment-1356999746

   Closing as stale/no response.


-- 
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