Open djopet00 opened 1 week ago
We are facing the same error. We had to downgrade xcode to version 15.4 in order to overcome the issue, but an update of the library (I guess the ios sdk that this project wraps) is needed.
Yes, you’re absolutely right. Thank you for the response! Based on your feedback, I was also able to use Xcode v15.4 instead of v16 and resolve the issue, for now.
This library should be updated with the latest iOS SDK, as Apple has set a deadline: "Starting from April 2025, all iOS/iPadOS apps uploaded to the App Store must be built with the iOS 18 SDK." For more details, see Apple's documentation.
We are waiting on the upstream AppAuth-IOS
for a new release, but will release a patch as soon as we have it.
We are waiting on the upstream
AppAuth-IOS
for a new release, but will release a patch as soon as we have it.
Is there an issue opened on the upstream repo?
Issue
On iOS 18+, Chrome and other browsers can no longer be opened using the
iosCustomBrowser
property from within the React Native application.Previously, setting
iosCustomBrowser
to any browser (e.g.,'chrome'
,'safari'
,'opera'
,'firefox'
) worked without issues on iOS 17 and earlier versions.Is there a workaround or fix for this issue? Lots of users are facing the same problem.
Environment
Duende Identity Server (OpenID Connect and OAuth 2.0)
iOS
0.76.1
8.0.0
Additional Details
Xcode Console Message:
Steps to Reproduce
iosCustomBrowser: 'chrome'
(or any other supported browser, such as'safari'
,'opera'
,'firefox'
) usingreact-native-app-auth
package.