Swiftpack.co - Swift Packages by socure-inc

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by socure-inc

socure-inc/socure-docv-sdk-ios 3.2.0
iOS library for the Socure's Document Verification Product - DocV
⭐️ 5
🕓 5 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v3.2.0
5 weeks ago
The Predictive Document Verification iOS SDK provides a framework to add image capture and upload services to your mobile application. # Enhancements - New simplified flow and document type selection feature. - Added a `document_type` parameter to the `config` argument on the SDK launch call. - When `document_type` is passed with the value `license` or `passport`, the DocV SDK will run a Capture App flow for the selected document type and remove the following screens: the Welcome Screen, the standalone Help Screen that appears before the document scan screen, and the standalone Loading Screen that appears after the ID and selfie images are uploaded. - Improved manual capture button visibility logic. # Bug Fixes - Fixed a bug related to MRZ detection. # Known Issues - None.
v3.1.1
11 weeks ago
The Predictive Document Verification iOS SDK provides a framework to add image capture and upload services to your mobile application. # Enhancements - None. # Bug Fixes - Fixed bugs for image capture UI text issues. - Fixed an issue which prevented uploading images after selfie capture. # Known Issues - None.
v2.3.0
13 weeks ago
The Predictive Document Verification iOS SDK provides a framework to add image capture and upload services to your mobile application. # Enhancements - General Enhancements. # Bug Fixes - None. # Known Issues - None.
v2.2.2
15 weeks ago
The Predictive Document Verification iOS SDK provides a framework to add image capture and upload services to your mobile application. >Note: All SDK v2 integrations must be updated to version 2.2.2 or later to meet compliance requirements. Document verification services will be disabled for older SDK versions soon. # Enhancements - None. # Bug Fixes - Corrected UI alignment issues for the Consent and Terms of Service screen. # Known Issues - None.
v3.1.0
15 weeks ago
The Predictive Document Verification iOS SDK provides a framework to add image capture and upload services to your mobile application. >Note: All SDK v3 integrations must be updated to version 3.1.0 or later to meet compliance requirements. Document verification services will be disabled for older SDK versions soon. # Enhancements - Added improvements to the selfie capture UI and workflow that guide consumers through the selfie capture process, call out common errors and how to avoid them, and provide onscreen tips for improving selfie capture quality. - Added the ability to display custom logos on the consent screen. You can upload logos through the [Admin Dashboard](https://dashboard.socure.com) on the **DocV App** > **Capture App** tab. Custom logos will be displayed on the top of the consent screen. > **Note**: If you have not uploaded a custom logo, a logo will not be displayed on the consent screen. # Bug Fixes - None. # Known Issues - None.
v3.0.2
28 weeks ago
The Predictive Document Verification iOS SDK provides a framework to add image capture and upload services to your mobile application. # Enhancements - Updated Terms of Use and Privacy Statement URLs on the Terms & Consent dialog box. - Updated Terms & Consent link color on the Terms & Consent dialog box. # Bug Fixes - None. # Known Issues - None.
v3.0.1
29 weeks ago
The Predictive Document Verification iOS SDK provides a framework to add image capture and upload services to your mobile application. # Enhancements - Added Swift Package Manager support. # Bug Fixes - Fixed UI bugs. - Resolved SDK view controller issues. After a scan process has completed or failed, the updated logic now dismisses the view and then returns the success or failure reponse. # Known Issues - None.
v3.0.0
35 weeks ago
The Predictive Document Verification iOS SDK provides a framework to add image capture and upload services to your mobile application. ​ # Enhancements - New and improved capture models enhance image validations and capture experience. - Enhanced image capture mechanism selects the best image frame using a multi-frame approach. - Reduced SDK integration efforts from the customer app: capture is now initialized using a single method and the response is streamlined to the app for both success and error cases. - Added a Privacy Statement that requires user consent prior to executing a transaction on the Capture App. Declining consent returns an error code and terminates the process. - Image asset upload happens internally, reducing the security risks of image tampering between capture and upload. - Added support for real-time capture app customization using the Socure Admin Dashboard. - Redesigned adaptive and dynamic capture flows that can be configured on the Socure Admin Dashboard and allow the user to change the default flow in real-time or have multiple flows based on the method argument. ​ ​ # Bug Fixes - None. ​ # Known Issues - None.
socure-inc/socure-sigmadevice-sdk-ios 2.0.3
iOS library for the Socure Device Risk
⭐️ 3
🕓 6 weeks ago
🔖 Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
2.0.3
6 weeks ago
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app. # Bug Fixes - We recently started distributing SigmaDevice iOS SDK via SPM. The library was packaged to include TrustKit dependency as a binary target. One of our customers, has run into an issue when trying to integrate SigmaDevice into their project. The issue is that the TrustKit binary target is causing a conflict in their project. Replace TrustKit binary target with git source. This requires the SigmaDevice binary to be built as static type instead of dynamic type (that is currently in prod) # Known Issues - None
2.0.2
10 weeks ago
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app. # Bug Fixes - This version fixes the Xcode 13 build failure issue # Known Issues - None
10 weeks ago
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app. # Enhancements - Add support for Swift Package Manager # Bug Fixes - None # Known Issues - None
2.0.0
21 weeks ago
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app. SigmaDevice SDK version 2.0.0 (hereafter SDK v2) introduces a new simplified API for fingerprinting. The SDK v2 adds a new class, `SocureSigmaDevice` to expose the new API. The existing class, `DeviceRiskManager`, is still present and has been marked as deprecated, thus making sure that the SDK v2 is backwards compatible. # Enhancements - Simplified the API so that there is a single API method to upload the fingerprint data instead of multiple methods in the previous version of the SDK. - SDK v2 removes the logic to request user system permission to access the data. The user will no longer be prompted with permission modals. # Bug Fixes - The new API fixes an issue that could potentially cause an app freeze in foreground. - The new API also fixes an issue with capturing location data. The old API sometimes fails to collect the location data even after the user has given permission. # Known Issues - None
1.2.1
29 weeks ago
The Sigma Device iOS SDK provides a framework to integrate device data collection into your iOS app. # Enhancements - The consent parameter of the `setTracker` function has been deprecated. With this version, whenever `setTracker` and `sendData` are called, consent will implicitly be considered given (`true`). - Persistence of the `deviceSessionId` has been improved. The same ID will persist when an integrating app is removed and reinstalled. # Bug Fixes - None # Known Issues - None
1.2.0
29 weeks ago
The Sigma Device iOS SDK provides a framework for adding device fingerprinting into your native iOS applications. With this version we started hosting our library on cocoapods.org and simplified adding DeviceRisk pod as a dependency to your project. You no longer have to specify the github url when adding DeviceRisk to your project, instead you can simply add `pod SocureDeviceRisk` to your Podfile to pull in the dependency. ## Enhancements - The Socure SDK key no longer needs to be included in `info.plist`. Please continue to use `setTracker` to specify your SDK key. - The SDK will now persist the `deviceSessionId` automatically after a successful `sendData` call. New integrations using v1.2.0 do not require passing an `existingUUID` to `setTracker` anymore. For existing integrations that are going to upgrade to v1.2.0, we recommend you to not to make any changes to your existing `deviceSessionId` persistence logic.
1.1.0
50 weeks ago
The Sigma Device iOS SDK provides a framework for adding device fingerprinting into your native iOS applications. ### Enhancements - Added the `context` parameter to ensure feature parity with the JavaScript SDK. The parameter indicates where the device fingerprint was captured, for example, during account registration or login. This information will help us improve Sigma Device by enabling us to better understand device usage patterns. See the [iOS SDK documentation](https://developer.socure.com/guide/deviceiossdk) for more information. - Removed the NSBluetoothAlwaysUsageDescription permission requirement.
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics