
#Whatsapp ios sdk code
Start the SDKįirst, start the SDK in your code by using our core package, for example: import TruoraCore This allows the client app to compile the SDK successfully regardless of the Swift version. We also require that for all common dependencies between the SDK and the client app (in the example above, marked as truora_dependencies), the flag BUILD_LIBRARY_FOR_DISTRIBUTION is set to YES. TruoraDocument (OPTIONAL): Package used when identity flow includes document validation, which contains the instructions, camera and image manipulation of the document photos.Without this package you can’t start the SDK for your DI flow. TruoraCore (REQUIRED): Package for managing core functionalities of the SDK, including UI, API communication, errors and the identity process.You must specify the version using semantic versioning (e.g., 0.0.1).Ĭurrently, we support the following packages: Target.build_configurations.each do |config|Ĭonfig.build_settings = 'YES' If truora_dependencies.include? target.name
#Whatsapp ios sdk install
# Only include this post install hook if these dependencies are used on your app

# Comment the next line if you don't want to use dynamic frameworks In your Podfile add the necessaries pods from the DI SDK to start the project, for example: target '' do


20003: "Identity process has no next actions".Our iOS DI SDK reports errors using a numeric code and a message.
