<?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 on released version with minifyEnabled set to true in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4652558#M1204</link>
    <description>&lt;P&gt;Hi Sandiban,&lt;BR /&gt;Okay I will check with Android SDK 3.5.0.&lt;BR /&gt;My app build version that's using 3.4.0 SDK is 1.3.&lt;BR /&gt;That 108615 ticket number is for a different issue.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Handi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jul 2022 21:02:42 GMT</pubDate>
    <dc:creator>handitan</dc:creator>
    <dc:date>2022-07-18T21:02:42Z</dc:date>
    <item>
      <title>Crash on released version with minifyEnabled set to true</title>
      <link>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4651420#M1192</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I developed an Android App that used Webex 3.4.0 SDK.&lt;BR /&gt;In the app, I am using OAuthWebViewAuthenticator for Webex authentication.&lt;BR /&gt;All are working fine but whenever I installed a release build with minifyEnabled configuration set to true, it will crash every time at a certain step.&lt;BR /&gt;The crash happened after I input the webex account id (for example abc@test.com) for the OAuthWebViewAuthenticator.&lt;BR /&gt;Also the Webex WebView didn't show up at all.&lt;BR /&gt;The logcat showed this exception:&lt;BR /&gt;No pending exception expected: java.lang.ClassNotFoundException: com.webex.wseclient.WseEngine&lt;/P&gt;&lt;P&gt;Any ideas how to resolve this?&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Handi&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 20:59:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4651420#M1192</guid>
      <dc:creator>handitan</dc:creator>
      <dc:date>2022-07-15T20:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Crash on released version with minifyEnabled set to true</title>
      <link>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4651509#M1193</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1348997"&gt;@handitan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for raising the query over our Community Forum.&lt;BR /&gt;As I can see, currently you're using the Android SDK version 3.4.0 and you mentioned - "&lt;EM&gt;All are working fine but whenever I installed a release build...&lt;/EM&gt;"&lt;BR /&gt;&lt;BR /&gt;So, I just wanted to check if you anyway installed the latest build which is 3.5.0 available here -&amp;nbsp;&lt;A href="https://github.com/webex/webex-android-sdk" target="_blank"&gt;https://github.com/webex/webex-android-sdk&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;So, if I understand that with v3.4.0 everything is fine an only with the latest build i.e., v3.5.0 along with the&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;minifyEnabled&lt;/EM&gt; as &lt;EM&gt;True&lt;/EM&gt; creating the Crashing problem, is that correct?&lt;BR /&gt;I'd ask you to use the v3.5.0 directly instead of migrating it from v3.4.0 (&lt;EM&gt;if at all you're doing it by means whenever you install the latest build&lt;/EM&gt;) and check if things work fine. Because that's the latest Android SDK version which released last month with all the Bug fixes. So, give a try to the latest SDK version.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And, as you also mentioned - "&lt;EM&gt;The crash happened after I input the webex account id (for example abc@test.com) for the OAuthWebViewAuthenticator.&lt;/EM&gt;"&lt;BR /&gt;In this regard, I believe you're using the mailId in the last field as shown below -&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN class="pl-k"&gt;val&lt;/SPAN&gt; clientId&lt;SPAN class="pl-k"&gt;:&lt;/SPAN&gt; &lt;SPAN class="pl-c1"&gt;String&lt;/SPAN&gt; &lt;SPAN class="pl-k"&gt;=&lt;/SPAN&gt; &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;YOUR_CLIENT_ID&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN class="pl-k"&gt;val&lt;/SPAN&gt; clientSecret&lt;SPAN class="pl-k"&gt;:&lt;/SPAN&gt; &lt;SPAN class="pl-c1"&gt;String&lt;/SPAN&gt; &lt;SPAN class="pl-k"&gt;=&lt;/SPAN&gt; &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;YOUR_CLIENT_SECRET&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN class="pl-k"&gt;val&lt;/SPAN&gt; redirectUri&lt;SPAN class="pl-k"&gt;:&lt;/SPAN&gt; &lt;SPAN class="pl-c1"&gt;String&lt;/SPAN&gt; &lt;SPAN class="pl-k"&gt;=&lt;/SPAN&gt; &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;https://webexdemoapp.com&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN class="pl-k"&gt;val&lt;/SPAN&gt; scope&lt;SPAN class="pl-k"&gt;:&lt;/SPAN&gt; &lt;SPAN class="pl-c1"&gt;String&lt;/SPAN&gt; &lt;SPAN class="pl-k"&gt;=&lt;/SPAN&gt; &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;spark:all&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;
&lt;SPAN class="pl-k"&gt;val&lt;/SPAN&gt; email &lt;SPAN class="pl-k"&gt;=&lt;/SPAN&gt; &lt;SPAN class="pl-s"&gt;&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;EMAIL_ID_OF_END_USER&lt;SPAN class="pl-pds"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="pl-c"&gt;// Get email id from end user&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;So, could I ask you to make sure that the &lt;EM&gt;client_id&lt;/EM&gt; and &lt;EM&gt;client_secret&lt;/EM&gt; you're using, that's belong to the same account, example - &lt;A href="mailto:abs@test.com" target="_blank"&gt;abs@test.com&lt;/A&gt;&lt;BR /&gt;If not, then it's valid to be get crashed.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know if you still face the issue and we'll assist you further based on the problem you're facing.&lt;BR /&gt;Thank you for your patience so far!&lt;BR /&gt;Regards,&lt;BR /&gt;Sandip&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2022 08:41:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4651509#M1193</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2022-07-16T08:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Crash on released version with minifyEnabled set to true</title>
      <link>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4651522#M1194</link>
      <description>&lt;P&gt;Thank you for the reply, sandiban.&lt;/P&gt;&lt;P&gt;Actually you misunderstood it. When I build my Android App that used Android SDK 3.4.0 as a release or debug build with minifyEnabled as False, it will work well.&lt;BR /&gt;The issue only happened when I did a release build with minifyEnabled as True that has this crash after I input the email id.&lt;BR /&gt;&lt;BR /&gt;There's nothing wrong with the email id.&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2022 11:47:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4651522#M1194</guid>
      <dc:creator>handitan</dc:creator>
      <dc:date>2022-07-16T11:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crash on released version with minifyEnabled set to true</title>
      <link>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4651557#M1195</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1348997"&gt;@handitan&lt;/a&gt;,&lt;BR /&gt;It looks like our Webex Developer Support team and SDK Engg. team is already on top of this and possibly you already opened a Zendesk case for the same -&amp;nbsp;&lt;A href="https://voxeolabs.zendesk.com/agent/tickets/108615" target="_blank"&gt;https://voxeolabs.zendesk.com/agent/tickets/108615&lt;/A&gt;&lt;BR /&gt;As in the last communication over the Zendesk case, were you able to join the Webex space provided there?&lt;SPAN&gt;&lt;BR /&gt;This space should help you going forward since our SDK Engg. is also there.&amp;nbsp;&lt;BR /&gt;Let us know if you're not able to join the space directly, in that case we'll get you added there and you can also follow up on the opened Zendesk case as well for further updates.&lt;BR /&gt;Regards,&lt;BR /&gt;Sandip&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Jul 2022 16:40:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4651557#M1195</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2022-07-16T16:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Crash on released version with minifyEnabled set to true</title>
      <link>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4652074#M1198</link>
      <description>&lt;P&gt;Okay, thanks for confirming&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1348997"&gt;@handitan&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Can I ask you to test it with our latest Android SDK v3.5.0, because it has the latest June update and mostly the bugs have been fixed here.&lt;BR /&gt;And, what's the released build number that you're adding later on v3.4.0, that'd help here.&lt;BR /&gt;Even on the latest build if you're facing the same problem, please share the details over the Open devsupport ticket -&amp;nbsp;&lt;A href="https://voxeolabs.zendesk.com/agent/tickets/108615" target="_blank"&gt;https://voxeolabs.zendesk.com/agent/tickets/108615&lt;/A&gt;&lt;BR /&gt;That'd be better to keep track of the progress and continue the communication.&lt;BR /&gt;Regards,&lt;BR /&gt;Sandip&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 11:00:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4652074#M1198</guid>
      <dc:creator>sandiban</dc:creator>
      <dc:date>2022-07-18T11:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Crash on released version with minifyEnabled set to true</title>
      <link>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4652558#M1204</link>
      <description>&lt;P&gt;Hi Sandiban,&lt;BR /&gt;Okay I will check with Android SDK 3.5.0.&lt;BR /&gt;My app build version that's using 3.4.0 SDK is 1.3.&lt;BR /&gt;That 108615 ticket number is for a different issue.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Handi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 21:02:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4652558#M1204</guid>
      <dc:creator>handitan</dc:creator>
      <dc:date>2022-07-18T21:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Crash on released version with minifyEnabled set to true</title>
      <link>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4652564#M1205</link>
      <description>&lt;P&gt;Hi Sandiban,&lt;/P&gt;&lt;P&gt;It's still the same crash issue on a release build with minifyEnabled set to true using Android SDK v3.5.0.&lt;BR /&gt;Same steps to produce the crash just like when I tested with Android SDK v3.4.0.&lt;/P&gt;&lt;P&gt;And same error message: 2022-07-18 16:50:13.440 18482-18482/?&amp;nbsp; No pending exception expected: java.lang.ClassNotFoundException: com.webex.wseclient.WseEngine&lt;BR /&gt;&lt;BR /&gt;Could you please advise what I could help in troubleshooting this?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Handi&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 22:00:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4652564#M1205</guid>
      <dc:creator>handitan</dc:creator>
      <dc:date>2022-07-18T22:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Crash on released version with minifyEnabled set to true</title>
      <link>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4654061#M1218</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1323322"&gt;@sandiban&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;I don't know whether you got a notification on the reply I did on 7/18.&lt;BR /&gt;Basically, the crash issue still occurred with Android SDK v3.5.0.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And same error message: 2022-07-18 16:50:13.440 18482-18482/?&amp;nbsp; No pending exception expected: java.lang.ClassNotFoundException: com.webex.wseclient.WseEngine&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Do you have any other suggestion?&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;&lt;BR /&gt;Handi&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 16:54:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/crash-on-released-version-with-minifyenabled-set-to-true/m-p/4654061#M1218</guid>
      <dc:creator>handitan</dc:creator>
      <dc:date>2022-07-20T16:54:09Z</dc:date>
    </item>
  </channel>
</rss>

