All Collections
Community
Why did I get a security alert from Google when uploading a recent app build?
Why did I get a security alert from Google when uploading a recent app build?
Beth-Ann Sher avatar
Written by Beth-Ann Sher
Updated over a week ago


This answer comes from the Intercom Community forum. 👌


I received a security alert from Google Play Console when I uploaded a recent app build.
The issue is caused by: io.intercom.android.sdk.utilities.IntentUtils.safelyOpenIntent

Mat from Intercom says:

"We've looked into this and it looks to be an issue with the React Native plugin. We suspect that during the build process some of the Android SDK's configuration isn't being respected or is being overwritten, which is causing this error.


This article from Google suggests you fix this error by setting android:exported="false" This is already set for IntercomPushBroadcastReceiver, which is why we believe this is a React Native/plugin issue.

We don't support issues with third party plugins, so I'd suggest raising the issue with the creators of the plugin you're using.

Read the whole thread and see the final fix here on Intercom Community.


💡Tip

Need more help? Get support from our Community Forum
Find answers and get help from Intercom Support and Community Experts


Did this answer your question?