Xcode 13 adds powerful new team development features, perfect for working with Xcode Cloud as well as with GitHub, Bitbucket, and GitLab collaboration features. Initiate, review, comment, and merge pull requests directly within Xcode. See your teammates’ comments right inside your code. And quickly compare any two versions of your code files.
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 87 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly.
18. Edit the source file in which you want to initiate Faceki SDK with your email and token, user can Simply add a button in his Project to initiate the Pod Library, the user needs to copay paste this code in his code file.
19. User needs to give Camera Usage permission in info.plist of Xcode project.
Good to know: depending on the product you're building, it can be useful to explicitly document use cases. Got a product that can be used by a bunch of people in different ways? Maybe consider splitting it out!
Arabic Language
To disable the Arabic language, then after you install POD, In "KYC-iOS-Native" folder there is "MainFACEKI.storyboard" open that file you will see two localize string files.
Copy Text of English file and then paste that into Arabic file (First clean all texts from Arabic File)
Edit Splash Screen
To change the Splash screen, just replace the image with your splash image here
pod 'KYC-iOS-Native', :git => 'https://github.com/faceki/KYC-iOS-Native.git'
let smManagerVC = Logger.initiateSMSDK(setClientID : "YOUR_FACEKI_CLIENTID", userEmail: "YOUR_FACEKI_EMAIL") navigationController?.pushViewController(smManagerVC, animated: true)You can also check out FACEKI's Github