Recently, many Play Store accounts have been terminated or applications have been removed from the store due to malware policy violations. As an Android developer, it is essential to understand why this happens and how to prevent it from happening to your own apps.
There are several reasons why Play Store accounts may be terminated or apps may be removed, such as using affected libraries or violating other policies. In my case, after conducting extensive research, I discovered that my use of the Volly library was the reason my Play Console account was terminated. Shockingly, the Volly library contained a virus, which had infected my Android application.
To provide a better understanding of the issue, I have created a video that demonstrates how this library affected my app.
The best way to address this issue is to replace the Volly library with a suitable alternative such as Retrofit or Https. Additionally, make sure to use only updated and secure libraries to avoid potential security issues. Finally, before publishing your app on the Play Store, check the APK file through a website like virustotal.com to ensure it is free of viruses.
By following these steps, you can protect your Play Store account and ensure that your users’ data remains safe and secure. Thank you for taking the time to read this, and I hope this information is useful in your future Android development projects.