[Bug]: Issue found: Intent Redirection(Play Store App Rejected)
Platform
android
Plugin
connectivity_plus:
Version
6.0.5
Flutter SDK
3.24.3
Steps to reproduce
Issue found: Intent Redirection We found that your app contains security vulnerabilities, which can expose user information or damage a user’s device. This is a violation of Device and Network Abuse policy. Specifically, your app(s) are vulnerable to Intent Redirection. Issue details We found an issue in the following area(s): • Version code 638: Code Analysis: "zc.b$b.onReceive" To bring your app into compliance, follow these steps: To address this issue, follow the steps in this Google Help Center article. About the Device and Network Abuse policy We don’t allow code that introduces or exploits security vulnerabilities. Check out the App Security Improvement Program to find out about the most recent security issues flagged to developers.
Code Sample
Play Store Reject App
Logs
Play Store Reject App
Flutter Doctor
Play Store Reject App
Checklist before submitting a bug
- [X] I searched issues in this repository and couldn't find such bug/problem
- [X] I Google'd a solution and I couldn't find it
- [X] I searched on StackOverflow for a solution and I couldn't find it
- [X] I read the README.md file of the plugin
- [X] I'm using the latest version of the plugin
- [X] All dependencies are up to date with
flutter pub upgrade - [X] I did a
flutter clean - [X] I tried running the example project
How is this related to connectivity_plus?
Hey @vbuberen @miquelbeltran My app has been flagged by Google, and after some research, I found a correlation with this documentation: Google Play Policy and the permission FLAG_GRANT_READ_URI_PERMISSION.
I’m not entirely sure about the fix, but this seems to explain the issue, which is unfortunate.
@Danc-0 were you able to fix it somehow?