Third-party library dependencies
This topic introduces the third-party libraries used in the iOS IAPASAP SDK including their version requirements. The SDK employs several third-party libraries to enhance its functionalities and capabilities. These dependencies are integrated into the super app through pod dependencies, which may lead to conflicts with library versions used in other SDKs or within the super app. To ensure the proper functioning of the super app, it is recommended that you thoroughly test your app's functionalities after integrating the iOS IAPASAP SDK.
If you have questions or inquiries about the use of these third-party libraries, please contact our technical support at overseas_support@service.alibaba.com.
Public dependencies
The following table lists the public dependencies of the third-party libraries used in the iOS IAPASAP SDK:
Library name | Required minimum version |
6.3.1 or later |
Note: If your project's Podfile does not specify specific versions for Kingfisher, the iOS IAPASAP SDK defaults to using the latest available versions from the libraries' official websites. For improved stability, it is recommended to use the thoroughly tested version (Kingfisher 6.3.1) unless your project requires a specific library versions.
To use the recommended library versions, add the following lines to your Podfile:
pod 'Kingfisher', '6.3.1'