Troubleshooting
Code Obfuscation
Obfuscation via iXGuard
Shadow at the End of Flow after Updating to Version 2.4.0
- (void)onSuccessSelfie:(SelfieResult *)result {
[self dismissViewControllerAnimated:YES completion:nil];
// your code
} func onSuccessSelfie(_ result: AcessoBio.SelfieResult!) {
navigationController?.popViewController(animated: true)
// your code
}Bitcode Error in App Distribution using Xcode 16
Last updated
Was this helpful?