4.7.5
Patch release over 4.7.2.
- KYB company search now falls back to manual company entry when the business registry reports that it has no coverage for the selected country. Only a registry outage triggered that fallback before, so a country the registry cannot search left the error on the search screen with no way to continue.
- The KYB country pickers on the company search and the company confirmation / manual-entry screens are scoped to the registry-enabled countries the workflow resolves, instead of listing every ISO country. A session whose backend does not send the resolved list keeps the previous behaviour exactly.
- Graph-backed questionnaires now take the input type from the graph node instead of the static section item, so a question the graph defines as an upload renders the upload control and is submitted through the multipart file path rather than as a text answer.
Install
Swift Package Manager
.package(url: "https://github.com/didit-protocol/sdk-ios.git", from: "4.7.5")CocoaPods
pod 'DiditSDK', :podspec => 'https://raw.githubusercontent.com/didit-protocol/sdk-ios/4.7.5/DiditSDK.podspec'Each variant ships a matching dSYM.zip for symbolicating crash reports.