Installation
The Sehaci iOS SDK is distributed as an XCFramework bundle, available for download from the Sehaci Portal.
The framework is customized for each merchant or service provider, eliminating the need to provide API keys during initialization.
To integrate the framework in Xcode, open the “Targets” menu and select the “Build Phases” tab. The framework can be added either by dragging and dropping it into the “Embed Frameworks” section or by clicking the “+” button at the bottom.

Apple Entitlement
To be able to request document data details from Apple Wallet, you will need to request an Entitlement for your developer account.
After you have been granted an Entitlement, Identity Access Certificate needs to be requested from Apple Developer. This can be done on the Sehaci Portal and navigating to Configuration section.
You need to select "Generate new Apple Wallet configuration". Portal will generate a Certificate Signing Request (CSR) that you have to save it to your local machine.
Log into to your Apple Developer and go to Certificates, Identyfiers and Profiles
Select and edit your Merchant ID
Upload Identity Access CRS file
New Provisioning Profile needs to be generated for your App ID, that is associated with Merchant ID.
Last updated