Prerequisites
- macOS Monterey
- Xcode 14
-
If you are using an untrusted self-signed (SSL) certificate with Quantum Fabric installation, enable the
[KNYClient acceptSelfSignedCertificates];
API. Native apps do not allow untrusted SSL certificates for HTTPS connection by default. For more details, refer to SSL API. -
If you are developing an iOS app extension using the
KonySDK.xcframework
, add the following frameworks in your app extension project build phases:- SDKCommons.xcframework
- Binary.xcframework
- CMS.xcframework
- KonyLogger.xcframework
- KonySyncV2.xcframework
- Task.xcframework
After adding these frameworks, add the
KNYSharedContainerIdentifier
key to the extension appinfo.plist
.