Get rejection message from play store “Your app(s) are vulnerable to Intent Redirection”

寵の児 提交于 2021-01-28 09:08:41

问题


Recently upload my New app apk to play store. After upload I got an email that contains a warning:

"Your app(s) are vulnerable to Intent Redirection."

unable to find out issue.. but after removing paytm payment gateway integration app approved.. but i need to add paytm payment gateway integration. If any one has a similar problem and knows the solution for it, your help would be appreciated.

here is the mail

"*Hello Google Play Developer,

We reviewed your App, with package name com.xxxx.xxx, and found that your app uses software that contains security vulnerabilities for users. Apps with these vulnerabilities can expose user information or damage a user’s device, and may be considered to be in violation of our Malicious Behavior policy. Below is the list of issues and the corresponding APK versions that were detected in your recent submission. Please migrate your apps to use the updated software as soon as possible and increment the version number of the upgraded APK.

Intent Redirection Your app(s) are vulnerable to Intent Redirection. *


回答1:


The issue has been fixed in the latest version of All-in-One SDK. Please use the version 1.5.3.

implementation 'com.paytm.appinvokesdk:appinvokesdk:1.5.3'



来源:https://stackoverflow.com/questions/64134836/get-rejection-message-from-play-store-your-apps-are-vulnerable-to-intent-redi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!