<?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: Crash in Accept SDK for iOS. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/57235#M31964</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Did you find solution? I've got the same problem&lt;/P&gt;</description>
    <pubDate>Mon, 13 Mar 2017 14:18:50 GMT</pubDate>
    <dc:creator>nadik</dc:creator>
    <dc:date>2017-03-13T14:18:50Z</dc:date>
    <item>
      <title>Crash in Accept SDK for iOS.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/56616#M31396</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Language Used - Objective c&lt;/P&gt;&lt;P&gt;Xcode version - 8.2.1&lt;/P&gt;&lt;P&gt;iOS Version - 10.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am implementing Accept SDK for iOS in my Xcode project and i've intiallized&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;AcceptSDKRequest and&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;AcceptSDKHandler class objects and assigned&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="p1"&gt;client name, client key, card number, card expiry date, and card code, to it's respective object.&lt;/P&gt;&lt;P class="p1"&gt;and code is in&amp;nbsp;Test environment.&lt;/P&gt;&lt;P class="p1"&gt;After that i'm requesting a token with method called&amp;nbsp;&lt;SPAN class="s1"&gt;getTokenWithRequest And it is&amp;nbsp;&lt;STRONG&gt;CRASHING&lt;/STRONG&gt;&amp;nbsp;without any error OR exception with exc_bad_access code=1 address&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;Please look into the issue as i'm following the same order as the below link with objective c code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;&lt;A href="https://github.com/AuthorizeNet/accept-sdk-ios" target="_blank"&gt;https://github.com/AuthorizeNet/accept-sdk-ios&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jan 2017 11:42:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/56616#M31396</guid>
      <dc:creator>srujank40088</dc:creator>
      <dc:date>2017-01-10T11:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Crash in Accept SDK for iOS.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/56635#M31415</link>
      <description>Hi guys, Any suggestion?</description>
      <pubDate>Wed, 11 Jan 2017 05:20:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/56635#M31415</guid>
      <dc:creator>srujank40088</dc:creator>
      <dc:date>2017-01-11T05:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Crash in Accept SDK for iOS.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/56666#M31445</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/21083"&gt;@srujank40088&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't give you any specific advice without seeing all your code.&amp;nbsp;I'm not aware of any known issues with memory deallocation in the SDK code. I can however point you to this article on troubleshooting EXC_BAD_ACCESS here: &lt;A href="http://loufranco.com/blog/understanding-exc_bad_access" target="_blank"&gt;http://loufranco.com/blog/understanding-exc_bad_access&lt;/A&gt;. It's older but should still be correct.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you determine that the bug is located anywhere in our code, please let us know here or by filing an issue on the GitHub project page.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 17:32:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/56666#M31445</guid>
      <dc:creator>Aaron</dc:creator>
      <dc:date>2017-01-13T17:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Crash in Accept SDK for iOS.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/57142#M31875</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20843"&gt;@Aaron&lt;/a&gt;&amp;nbsp;this very simple Objective-C implementation crashes on line 25&amp;nbsp;&lt;A href="https://gist.github.com/davidolesch/266a4553897386a800e7e5e00113cf8b" target="_blank"&gt;https://gist.github.com/davidolesch/266a4553897386a800e7e5e00113cf8b&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 18:00:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/57142#M31875</guid>
      <dc:creator>davidolesch</dc:creator>
      <dc:date>2017-03-03T18:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Crash in Accept SDK for iOS.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/57235#M31964</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Did you find solution? I've got the same problem&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2017 14:18:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Crash-in-Accept-SDK-for-iOS/m-p/57235#M31964</guid>
      <dc:creator>nadik</dc:creator>
      <dc:date>2017-03-13T14:18:50Z</dc:date>
    </item>
  </channel>
</rss>

