You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the bug report @Arestronaut. Is this specifically a problem only when receiving URLs from the server or also if you try connect to a URL with special characters in it?
Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.
Bug report
When receiving a url string from the server containing special characters like umlauts
ü
,ä
the URL initialisation fails and therefore the decoding.Will producte
Fatal error: Could not construct URL
This can easily be fixed using
addingPercentageEncoding
Will produce
https://z%C3%BCrich.ch/
Versions
Please fill in the versions you're currently using:
apollo-ios
SDK version: 0.50.0The text was updated successfully, but these errors were encountered: