Android:
Ensure that the Juspay Hyper SDK version integrated at your end is the most recent SDK version
. Please update the SDK version if lower version is used currently.
Minimum Juspay Hyper SDK version required: 2.2.5
No dependencies need to be added to the code since our SDK handles this from version 2.2.5 and more
SDK version: Refer to the release notes for the most recent SDK version here
.
iOS:
SDK version: Refer to the release notes for the most recent SDK version here
.
The HyperAPay version is tied to the version of your iOS Hyper SDK. If you're using the latest SDK version (2.2.5), the corresponding HyperAPay version should also be 2.2.5.
SDK dependencies for Amazonpay can be added by the following pod:
Add the following properties in your app's Info.plist file:
Add the following code in the AppDelegate's application:openurl:options function if the project is not using SceneDelegate:
For the project that is using SceneDelegate, add the following code in SceneDelegate’s scene:openURLContexts: function: