ionic-team / ionic-team/cordova-plugin-ionic-webview
Unable to set cookies with XCode 12
- Dominant language
- Objective-C
- Stars
- 493
- Forks
- 410
- PR merge metrics
- No merged PRs in 30d
Description
#### Issue description
- Unable to set cookies when building the app with XCode 12 or XCode 12 Beta.
- Building the app with XCode 11.7 allows the cookies to be set
- I need to set the cookies to access media files under a cdn which requires cookies for the request.
#### Steps to reproduce the issue
1. Create IOS folder with $ ionic cordova build ios
2. Running build with XCode
#### What's the expected result?
XCode 12 & XCode 12 Beta
- document.cookie = 'cookie'
XCode 11.7
- document.cookie = 'cookie'
#### What's the actual result?
XCode 12 & XCode 12 Beta
- document.cookie = '"
XCode 11
- document.cookie = 'cookie'
#### Additional details / screenshot
ionic (Ionic CLI) : 4.12.0
Ionic Framework : ionic-angular 3.9.9
@ionic/app-scripts : 3.2.4
Cordova:
cordova (Cordova CLI) : 10.0.0
Cordova Platforms : ios 5.1.1
Cordova Plugins : cordova-plugin-ionic-keyboard 2.2.0, cordova-plugin-ionic-webview 4.1.3, cordova-plugin-ionic
5.4.5, (and 28 other plugins)
Contributor guide
Assessment
This issue has not been assessed yet.