goSellSDK-iOS icon indicating copy to clipboard operation
goSellSDK-iOS copied to clipboard

goSell iOS SDK

Results 42 goSellSDK-iOS issues
Sort by recently updated
recently updated
newest added

@IBOutlet private weak var loader: TapActivityIndicatorView? { didSet { self.loader?.animationDuration = Theme.current.commonStyle.loaderAnimationDuration self.loader?.usesCustomColors = true self.loader?.outterCircleColor = .tap_hex("535353") self.loader?.innerCircleColor = .tap_hex("535353") self.loader?.startAnimating() } } crash here after redirecting

Serialization error has occured every time when i click Pay button and didn't make any change when clicking report button also. I pposted this issue 2nd time but didn't get...

When we go for checkout and payment failed or success we have found your root controller replace our root controller. which made the issues in my application. so pls provide...

hellow Every One please Solved this issue 'SessionDelegate' is not a member type of 'GoSellSDK' the sessionDelegate is conflict with Alamofire sessionDelegate @tapmobiledeveloper

![Simulator Screen Shot - iPhone SE (2nd generation) - 2020-07-30 at 17 41 41](https://user-images.githubusercontent.com/51108315/88921318-f0c5bf80-d28b-11ea-8ad7-bb5ef4d648ff.png) when i pay its show alert issue "serialization" with description " serialization error has occured." please...

[AMAT6240.mp4.zip](https://github.com/Tap-Payments/goSellSDK-iOS/files/4597628/AMAT6240.mp4.zip)

After a Successful or Failed Payment Session try when the app show a. new vc a white screen Pops up

I am trying to do some transactions using the [Test card](http://tap.company/kw/en/developers) provide in section. I have tried all the cards but getting the below response each time. "response" : {...

While doing the payment via k-net, payment is showing success but not receiving any callback method just closing the payment screen and while doing payment via card, below response occurred...

Hello Team, I am using goSellSDK-iOS wher we have SessionDelegate. I am also using [Alamofire](https://github.com/Alamofire/Alamofire) has also SessionDelegate protocol. so when I tried to extend the delegate it shows me...