PayTabs SDK makes the integration with the PayTabs payment gateway very easy by providing a ready-made payment screen that handles the card entry, and billing & shipping information and completes the missing details.
In this article, we will walk you through how to upgrade this SDK as clarified below:
For the version number, please use the latest version according to our latest update on our repository
Xamarin PayTabs binding library is a wrapper for the native PayTabs Android and iOS SDKs, It helps you integrate your Xamarin project with PayTabs. To upgrade the PayTabs SDK from terminal:
iOS:
NuGet\Update-Package SPaytabs.Xamarin.Ios -Version x.x.x
// the x.x.x refers to the version you want to upgrade to.
Android:
NuGet\Update-Package Paytabs.Xamarin.Android -Version x.x.x
// the x.x.x refers to the version you want to upgrade to.
⌂ To get familiar with the whole process and the other steps, kindly navigate to our "The Xamarin (Bridge) SDK Integration Manual" solution article.
⇦ And to get familiar with the rest of the steps regarding the current step "Step 1 - Setup and activate the integration method" click here.
⇨ Or you can navigate to the next step in the process "Step 2 - Configure the integration method" kindly click here.