<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: rawcoolpad</title>
    <description>The latest articles on DEV Community by rawcoolpad (@rawcoolpad).</description>
    <link>https://dev.to/rawcoolpad</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F333992%2Fcd707899-fc89-4396-a164-b0d5fef93cf1.png</url>
      <title>DEV Community: rawcoolpad</title>
      <link>https://dev.to/rawcoolpad</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rawcoolpad"/>
    <language>en</language>
    <item>
      <title>How to obfuscate cordova plugin java code</title>
      <dc:creator>rawcoolpad</dc:creator>
      <pubDate>Tue, 11 Feb 2020 13:20:54 +0000</pubDate>
      <link>https://dev.to/rawcoolpad/how-to-obfuscate-cordova-plugin-java-code-dd3</link>
      <guid>https://dev.to/rawcoolpad/how-to-obfuscate-cordova-plugin-java-code-dd3</guid>
      <description>&lt;p&gt;I have been working on ionic 3 mobile applications. I obfuscate typescript codes using ionic-voricles-obfuscate plugin (&lt;a href="https://www.npmjs.com/package/ionic-voricles-obfuscate"&gt;https://www.npmjs.com/package/ionic-voricles-obfuscate&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;While reverse-engineering the APK using Apktool , Android library classes in cordova plugins are not obfuscated. The Application security team asking to Obfuscate the Java / Android packages using proguard in order to prevent the application from run time code manipulation , due to this my application is rejected by Appsec team. I have referred lots of articles , all are very brief introduction about proguard tool , I am very confused whether I am approaching the right method for obfuscating my Ionic mobile application. I am new to Mobile application development and don't have hands of experience in code obfuscation. Kind help needed from dev community for a quick fix. I appreciate your quick response , Thanks a ton in advance :)&lt;/p&gt;

</description>
      <category>ionic</category>
      <category>java</category>
      <category>cordova</category>
      <category>android</category>
    </item>
  </channel>
</rss>
