sdk-oauth
sdk-oauth copied to clipboard
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'The provided scheme is not valid. A scheme should not include special characters such as ":" or "/".'
From iOS 14.5 onwards I am continuously facing this error that leads to crash the application. Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'The provided scheme is not valid. A scheme should not include special characters such as ":" or "/".' Please provide a fix. Thanks