Hello!!!
I am using Accept SDK in IOS.
My code was made base object-c and i used AcceptSDK.framework.
AcceptSDKHandler *handler = [[AcceptSDKHandler alloc] initWithEnvironment:AcceptSDKEnvironmentENV_TEST]; AcceptSDKRequest *request = [[AcceptSDKRequest alloc] init]; request.merchantAuthentication.name = @""; //name request.merchantAuthentication.clientKey = @""; //clientkey request.securePaymentContainerRequest.webCheckOutDataType.token.cardNumber = @""; //cardnumber request.securePaymentContainerRequest.webCheckOutDataType.token.expirationMonth = @""; request.securePaymentContainerRequest.webCheckOutDataType.token.expirationYear = @""; request.securePaymentContainerRequest.webCheckOutDataType.token.cardCode = @""; [handler getTokenWithRequest:request successHandler:^(AcceptSDKTokenResponse * _Nonnull token) { NSLog(@"success %@", token.getOpaqueData.getDataValue); } failureHandler:^(AcceptSDKErrorResponse * _Nonnull error) { NSLog(@"failed... ); }];
But i got no matching framework error.
Frameworks/AcceptSDK.framework/Frameworks/libswiftCore.dylib: no matching architecture in universal wrapper
How can do i use this framework in Object-c?
08-16-2017 01:09 AM
Hello.
Can i use AcceptSDK in object-C?
Let me know that is possible or impossible.
But that is very very important in my project.
Please help me !!!
08-17-2017 04:34 AM
Email :- ashujainsurana@gmail.com
I am also using objective C for authorize.net integration. and i am stuck with issue
Errorcode:E_WC_14
Error text: An error occurred during processing. Please try again.
Every thing looks fine but after trying almost everything this issue is still there.
01-01-2018 10:37 PM
Hello please reply..
you solved this issue am also facing with this.
06-19-2018 12:29 AM
i download the GTA game for mobile and that website provides me APK file. Can I run that on IOS?
03-04-2021 02:12 AM - edited 03-04-2021 02:13 AM
hello,
Did you ever find a solution for this? I'm in the same situation. indigocard till can't able to find proper solution.
06-14-2021 04:21 AM - edited 06-14-2021 04:24 AM