facebook-android-sdk icon indicating copy to clipboard operation
facebook-android-sdk copied to clipboard

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.

Open chanchalkeypoint opened this issue 1 year ago • 2 comments

Checklist before submitting a bug report

Java version

8.1

Android version

API 31

Android SDK version

31

Installation platform & version

https://services.gradle.org/distributions/gradle-6.5-bin.zip

Package

Login

Goals

Intent Redirection

Your app(s) are vulnerable to Intent Redirection.

com.facebook.CustomTabMainActivity.onCreate

Expected results

While using your SDK application should be accepted to play Store.

Actual results

Application Got Rejected From Play Store. Since we are using FaceBook SDK.

Intent Redirection

Your app(s) are vulnerable to Intent Redirection.

com.facebook.CustomTabMainActivity.onCreate

Steps to reproduce

No response

Code samples & details

// INSERT YOUR CODE HERE

chanchalkeypoint avatar Aug 08 '22 12:08 chanchalkeypoint

Hi Team, I have also received the same from Google and my app was also rejected due to the same reasons. Do we have any solution to this yet?

@chanchalkeypoint did you find any solution for this issue?

KislayK avatar Sep 27 '22 07:09 KislayK

Hi, Remove "CustomTabMainActivity" from Manifest and add only "CustomTabActivity" keep exported as true.

@KislayK

chanchalkeypoint avatar Oct 06 '22 08:10 chanchalkeypoint