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 2020/12/17 09:27:13 UTC

[GitHub] [cordova-ios] tudordumitriu commented on issue #922: iOS 14 will enable Intelligent Tracking Prevention in WKWebView by default

tudordumitriu commented on issue #922:
URL: https://github.com/apache/cordova-ios/issues/922#issuecomment-747320478


   Hi guys
   We are in the same situation. 
   We are using cookie based authentication (multiple subdomains actually), and since updating to latest iOS  version 14.2, and upgrading the build machine to Big Sur and XCode 12 the login stopped working (cordova ios 6.1.1 and cordova 10). 
   After few days of trying all sorts of things (including the above mentioned plugins - which we are actually using for years) they only thing that worked was adding the NSCrossWebsiteTrackingUsageDescription  key and then after installing the app going in Settings and enabling 'Allow Cross-Website Tracking'.
   Adding WKAppBoundDomains empty or with our apis just stops the app from loading (it remains in splashscreen - no errors in logs)
   So, as far as I can say @NiklasMerz all hopes on your PR and we should expect this to be fixed in like 6.1.2? 
   Has anyone else managed to fix it by using WKAppBoundDomains?
     


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

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