paytabscom / paytabs-ios-library-sample

This repository contains latest static framework (.framework), resources bundle (.bundle), sample apps for both Objective-C and Swift, and documentation to get SDK integrated in the Xcode projects.
MIT License
12 stars 11 forks source link

Application Crash with the below error #25

Open sarakhater opened 4 years ago

sarakhater commented 4 years ago

'NSInvalidArgumentException', reason: '-[PTFWHTTPSessionManager POST:parameters:constructingBodyWithBlock:progress:success:failure:]: unrecognized selector sent to instance 0x600003dcc690'

sarakhater commented 4 years ago

is that related to secret token, I got the secret key from my dashboard

cogtea commented 4 years ago

@sarakhater Make sure to install the correct dependency pod 'AFNetworking', '-> 4.0.1'

tarikhs commented 4 years ago

Kindly fix the typo err its ~ not -

Not pod 'AFNetworking', '-> 4.0.1'

pod 'AFNetworking', '~> 4.0.1'

AhmedAlaloul93 commented 4 years ago

I have the same issue, it worked on afnetworking 3.2.1 apple will not accept it because UIWebView on that version but its not working on 4.0.1

Parth-Patoliya commented 4 years ago

Getting same issue not working in any of given AFNetworking version above also UIWebview is major issue you need to check. Please update asap.

Parth-Patoliya commented 4 years ago

Fixed error with version 4.0.8 and latest version of AFNetworking.

SpotServe-2018 commented 4 years ago

version 4.0.8 is not available.

AdlyPayTabs commented 4 years ago

@sarakhater Make sure the AFNetworking version is updated to 4.0.1 pod 'AFNetworking', '~> 4.0.1'

@SpotServe-2018 The latest version is 4.0.9