cancel
Showing results for 
Search instead for 
Did you mean: 

Accept mobile SDK for IOS

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?

 

 

golddrip13
Member
5 REPLIES 5

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 !!!

golddrip13
Member

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.

 

 

Hello please reply..

you solved this issue am also facing with this.

i download the GTA game for mobile and that website provides me APK file. Can I run that on IOS?

hello,  

 

Did you ever find a solution for this? I'm in the same situation. indigocard till can't able to find proper solution.

james154
Member