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, you will get to be introduced to how to uninstall our Native IOS SDK in no time in the minimal steps ever. This requires a development skill to be performed by following the below steps:



You can uninstall your existing SDK using several according to the method you choose to install it as shown below:


CocoaPods


To uninstall the PayTabs SDK from your Xcode project using CocoaPods, remove the line you already specified in your Podfile:

pod 'PayTabsSDK', '~> X.X.XX'
Generic

Then after that, you can just run the following command in the project directory

pod install
Generic

Carthage


To uninstall the PayTabs SDK from your Xcode project using Carthage, remove the line you already specified in your Cartfile:

github "paytabscom/paytabs-ios-library-sample" ~> X.X.XX
HTML


Then after that, you can just run the following command, then after this remove the installed framework from your XCode.

carthage update
Generic

Manual


To uninstall the SDK manually, simply Navigate to General section of your Target, then select the old PaymentSDK.xcframework file and press the "Delete" button from your keyboard to delete it









⌂ To get familiar with the whole process and the other steps, kindly navigate to our "The Native IOS 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.