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
I have an application with a bundle identifier that starts with numbers, like 8NF89NA5EL.xx.xxxxxxxx.xxx
When I call the web authentication I have a crash on Auth0WebAuth.swift at the row
components?.scheme = bundleIdentifier
The crash is +[NSURLComponents setScheme:]: invalid characters in scheme
Reproduction
Try web authentication with a bundle identifier that start with numbers
Additional context
No response
Auth0.swift version
2.4.0
Platform
iOS
Platform version(s)
16.4
Xcode version
14.3.1
Package manager
Cocoapods
The text was updated successfully, but these errors were encountered:
Checklist
Description
I have an application with a bundle identifier that starts with numbers, like 8NF89NA5EL.xx.xxxxxxxx.xxx
When I call the web authentication I have a crash on Auth0WebAuth.swift at the row
components?.scheme = bundleIdentifier
The crash is +[NSURLComponents setScheme:]: invalid characters in scheme
Reproduction
Try web authentication with a bundle identifier that start with numbers
Additional context
No response
Auth0.swift version
2.4.0
Platform
iOS
Platform version(s)
16.4
Xcode version
14.3.1
Package manager
Cocoapods
The text was updated successfully, but these errors were encountered: