coronalabs / corona

Solar2D Game Engine main repository (ex Corona SDK)
https://solar2d.com/
MIT License
2.54k stars 273 forks source link

Apple: Fixes for networking for iOS 17 and MacOS 14 #636

Closed scottrules44 closed 1 year ago

scottrules44 commented 1 year ago

Fix for #634

Shchvova commented 1 year ago

In future please try to avoid making PRs from your master. It messes with repos (mostly yours)

Shchvova commented 1 year ago

I accidentally merged this PR, actual fix is in 11bff30cb83b1d73b742f76c33340a98319176d1

clang-clang-clang commented 1 year ago

It works. Your solution is better, but strangely it didn't work when I tested retian only for fRequestURL :(, however I incorrectly assumed that ARC would automatically reclaim the copy object. Test case passed on iOS 17 and macOS Sonoma built with Xcode 15. Thank you. close #634.