Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need support for iOS 17 & Xcode 15 and above with the new URL string parsing changes #2568

Open
pavankotesh opened this issue Dec 1, 2023 · 1 comment

Comments

@pavankotesh
Copy link

If we want to keep using the pre-iOS 17 behaviour, then we would need to replace URL(string:) with the new URL(string:encodingInvalidCharacters:) and passing false to the second argument. Apps which deals with URL strings definitely need to be tested thoroughly on iOS 17.

If someone can create a version which supports iOS 17 it would be really nice. Thanks

Detailed description of the issue in this link

@pavankotesh
Copy link
Author

Hi @blakewatters, is RestKit planning to make changes to support this issue? Your response on this would be highly appreciated. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant