<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Accept mobile SDK for IOS in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/61042#M35549</link>
    <description>&lt;P&gt;Email :- ashujainsurana@gmail.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also using objective C for authorize.net integration. and i am stuck with issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Errorcode:E_WC_14 &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Error text: &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;An error occurred during processing. Please try again.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Every thing looks fine but after trying almost everything this issue is still there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Jan 2018 06:37:40 GMT</pubDate>
    <dc:creator>ashujainsurana</dc:creator>
    <dc:date>2018-01-02T06:37:40Z</dc:date>
    <item>
      <title>Accept mobile SDK for IOS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/59398#M33987</link>
      <description>&lt;P&gt;Hello!!!&lt;/P&gt;&lt;P&gt;I am using Accept SDK in IOS.&lt;/P&gt;&lt;P&gt;My code was made base object-c and i used AcceptSDK.framework.&lt;/P&gt;&lt;PRE&gt;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... );
    }];&lt;/PRE&gt;&lt;P&gt;But i got no matching framework error.&lt;/P&gt;&lt;PRE&gt;Frameworks/AcceptSDK.framework/Frameworks/libswiftCore.dylib: no matching architecture in universal wrapper&lt;/PRE&gt;&lt;P&gt;How can do i use this framework in Object-c?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2017 08:09:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/59398#M33987</guid>
      <dc:creator>golddrip13</dc:creator>
      <dc:date>2017-08-16T08:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Accept mobile SDK for IOS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/59425#M34010</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can i use AcceptSDK in object-C?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know that is possible or impossible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But that is very very important in my project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me !!!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 11:34:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/59425#M34010</guid>
      <dc:creator>golddrip13</dc:creator>
      <dc:date>2017-08-17T11:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Accept mobile SDK for IOS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/61042#M35549</link>
      <description>&lt;P&gt;Email :- ashujainsurana@gmail.com&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also using objective C for authorize.net integration. and i am stuck with issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Errorcode:E_WC_14 &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;STRONG&gt;Error text: &lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp; &lt;/SPAN&gt;An error occurred during processing. Please try again.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Every thing looks fine but after trying almost everything this issue is still there.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2018 06:37:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/61042#M35549</guid>
      <dc:creator>ashujainsurana</dc:creator>
      <dc:date>2018-01-02T06:37:40Z</dc:date>
    </item>
    <item>
      <title>Re: Accept mobile SDK for IOS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/63432#M37559</link>
      <description>&lt;P&gt;Hello please reply..&lt;/P&gt;&lt;P&gt;you solved this issue am also facing with this.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 07:29:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/63432#M37559</guid>
      <dc:creator>magantiarunamca</dc:creator>
      <dc:date>2018-06-19T07:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Accept mobile SDK for IOS</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/76805#M48008</link>
      <description>&lt;P&gt;&lt;FONT size="4"&gt;hello,&amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="4"&gt;Did you ever find a solution for this? I'm in the same situation.&lt;/FONT&gt; &lt;FONT size="1 2 3 4 5 6 7" color="#999999"&gt;&lt;A href="https://www.indigocard.review/" target="_self"&gt;&lt;SPAN&gt;indigocard&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;FONT size="4"&gt;till can't able to find proper solution.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jun 2021 11:24:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Accept-mobile-SDK-for-IOS/m-p/76805#M48008</guid>
      <dc:creator>james154</dc:creator>
      <dc:date>2021-06-14T11:24:24Z</dc:date>
    </item>
  </channel>
</rss>

