Skip to main content

Known issues

info

This page covers known issues that occur in the SDK iOS.

When necessary, issues are treated and new releases with corrections are made available.

Code Obfuscation

Important

This page must be used as a developer's guidebook when obfuscation problems arise during application's deployment.

The client obfuscation framework might affect the SDK behavior, so it is mandatory that the SDK do not be obfuscated by it.

Unico disclaims liability in relation to obfuscation conflicts with the SDK.

Obfuscation is a process of transforming bytecode into a less human-readable form, thus making reverse engineering difficult.

This process consists of removing debugging-related information such as variable tables, number of lines and renaming packages, classes and methods.

When embedding the iOS SDK in the application, crashes or abrupt closures may occur.

Obfuscation by iXGuard

When obfuscating with the iXGuard tool, we suggest using version 4.8.0 or higher.

Shadow at end of flow after upgrade to version 2.4.0

Attention

Only for active retry flow.

The responsibility of controlling the flow is delegated to whoever calls the SDK. Therefore, when some form of shadow appears or the screen does not close after a successful capture, one solution is to add a way to release this screen, which may vary depending on the navigation stack used. For this implementation, add the release's method preferably within the delegate onSuccessSelfie method. Below are some examples that can be used:

- (void)onSuccessSelfie:(SelfieResult *)result {
[self dismissViewControllerAnimated:YES completion:nil];
// your code
}

Any concerns?

Didn't find something or still need help? If you are already a customer or partner, you can contact us through Help Center.