accept-sdk-ios icon indicating copy to clipboard operation
accept-sdk-ios copied to clipboard

Provide mobile in-app payments functionality within your iOS application.

Results 18 accept-sdk-ios issues
Sort by recently updated
recently updated
newest added

Hello, Where can i find the Kclientname? I asked support about the kClientkey and kClientName. They said to generate public key from settings and that will be used as kClientKey,...

Add this line in your Podfile, after the target 'xxxx' do section: ENV['SWIFT_VERSION'] = '5' if you engage this error when doing 'pod install'.

Looks like #87 addresses SPM support (and #81), but neither have been merged. Is there a release timeline for official SPM support? Thanks!

Hi @RakeshVisa @brianmc @ptaneja We're developing an in-house iOS application that supports Apple Pay, which is integrated with Authorize.net. We made all the setup that is required. On the server,...

Similar to another pull request (didn't realize it was there), just adding the exclusion headers for Info.plist and .h file.

I created the clean project with objective c. And I made the pod file, and added one line like this. pod 'AuthorizeNetAccept' But when I try to run pod install,...

This error is became my headache. there is no enough description about this error. and about how to solve this.

Hey, When trying to integrate the project through Carthage, it tries downloading the last released binary framework. If Xcode version does not match the version that the release was built...

In this [line](https://github.com/AuthorizeNet/accept-sample-ios/blob/master/Pods/AuthorizeNetAccept/AcceptSDK/Network/AccepSDKtHttp.swift#L95), class `HTTP` has been set as URLSession's delegate, and URLSessionDelegate is a strong reference property, not weak reference. see more details in this [issue](https://github.com/AuthorizeNet/accept-sample-ios/issues/21)