arsamme / flutter-sms-retriever

Flutter plugin for retrieving OTP code sent in sms automatically and without getting SMS permission in Android.
MIT License
9 stars 17 forks source link

Play store giving vulnerability issue after publish using this library #6

Closed dileepmaurya87 closed 2 years ago

dileepmaurya87 commented 2 years ago

I used flutter-sms-retriever in my flutter app and every thing working fine but when I publish app in playstore it's giving below mentioned issue and if I publish removing this library and functions I don't get this error

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

To address this issue, follow the steps in this Google Help Center article.

androidx.activity.g.startActivityForResult

arsamme commented 2 years ago

@dileepmaurya87 Hi, This issue has been fixed in latest version on Pub.

hadiabdullan commented 2 years ago

may I know what was the issue?