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
Right now, the throwInvalidConfigurationException method throws an exception with the following text:
"Invalid PowerAuthSDK configuration. You must set a valid PowerAuthConfiguration to PowerAuthSDK instance using initializer."
Since this might happen for various reasons, we should add an optional detailed explanation to this error (for example "the configuration is nil") as a parameter to the method mentioned above.
This should also be done for Android
The text was updated successfully, but these errors were encountered:
Task specification
Right now, the
throwInvalidConfigurationException
method throws an exception with the following text:Since this might happen for various reasons, we should add an optional detailed explanation to this error (for example "the configuration is nil") as a parameter to the method mentioned above.
This should also be done for Android
The text was updated successfully, but these errors were encountered: