Skip to content

Okta.Xamarin v3.1.1

Latest
Compare
Choose a tag to compare
@bryanapellanes-okta bryanapellanes-okta released this 06 Oct 12:53
· 2 commits to master since this release
d2088f4

Changes

  • Update Xamarin.Forms dependency to version 5.0.0.2515
  • iOS - Add OktaPlatform.InitAsync(...) overloads that accept UIWindow instead of UIViewController to prevent potential ObjectDisposedException that may occur on SignOut if Window.RootViewController is disposed after initialization
  • iOS - Deprecate OktaPlatform.InitAsync(...) overloads that accept UIViewController