Added SetOnboardingSession method that should be used in case a session was already created before and needs to be resumed. Once the SetOnboardingSession is completed, resume the flow by using StartOnboardingSection method.
Fixed Selfie scan result being 'null'in case of error during Selfie scan on iOS, thus causing crashes if result object is being used without null check. In case the Selfie Scan was completed by user having multiple unsuccessful attempts please look into ScanStatus field to get more information what went wrong.
iOS flow should now always be started inside a NavigationPage to prevent showing UI in modal screens, even when SDK is called inside more complex navigation structures like FlyoutPage.