Closed bryanapellanes-okta closed 2 years ago
Is there any test we can add to test the new feature? Other than that, LGTM.
I couldn't think of a way to easily unit test that we avoided an ObjectDisposedException
. Probably something we should add to UI level tests.
OktaPlatform.InitAsync(...)
overloads that acceptUIWindow
instead ofUIViewController
to prevent potentialObjectDisposedException
that may occur onSignOut
ifWindow.RootViewController
is disposed after initializationOktaPlatform.InitAsync(...)
overloads that acceptUIViewController
Fixes #97