Your app contains an Intent Redirection vulnerability

前端 未结 5 1580
情书的邮戳
情书的邮戳 2020-12-03 23:13

I launched a game to the Google Play store recently and it was going good until now. I just received an email from Google that says that "One or more of your apps conta

相关标签:
5条回答
  • 2020-12-03 23:41

    I had the same issue. Just remove xiaomi app game centre from your unity>>game build option. Disabling it will surely clear out the issue.

    0 讨论(0)
  • Here is the Screenshot of my alert.

    0 讨论(0)
  • 2020-12-03 23:45

    Ihsan Ali

    The problem is in the UnityChannel.aar file, you need to open it with the help of the archiver and open the AndroidManifest.XML. I in the line android:exported="true" wrote a false as indicated in the article in Google. Now publish the version and if the error will no longer be reported.

    0 讨论(0)
  • 2020-12-03 23:53

    I have a same issue, actually Latest Unity Add Xiaomi SDK by default which cause this issue.

    Simple remove Xiaomi from your Unity it will fix the issue.

    0 讨论(0)
  • 2020-12-03 23:58

    We had received a similar email, In the Play Console/Alert tab, we found this

    for us, the reason is "com.androidnative.features.social.common.SocialProxyActivity.StartActivity" which come from Android Native asset[Ultimate Mobile] - Unity3D.

    We used that asset for Advertisements, In-app purchase and play game services instead of using the original SDK. So the possible solution is to remove that asset from our game and use the original SDK.

    0 讨论(0)
提交回复
热议问题