SDK's I didn't installed in the app appear on Google

SDK Version: 35
Platforms(Android/iOS/web/all): Android/All

When submitting the app to Google Play Store, it says I have Facebook SDK and AdMob SDK but I’m not using neither. Is this and Expo thing?

image

Here is a list of the packages I’m using:

    "@bugsnag/expo": "^6.4.0",
    "axios": "^0.19.0",
    "expo": "^35.0.0",
    "expo-av": "^7.0.0",
    "expo-camera": "~7.0.0",
    "expo-cli": "^3.0.2",
    "expo-constants": "^7.0.0",
    "expo-file-system": "^7.0.0",
    "expo-font": "~7.0.0",
    "expo-linear-gradient": "~7.0.0",
    "expo-localization": "~7.0.0",
    "expo-permissions": "~7.0.0",
    "expo-sensors": "^7.0.0",
    "expo-video-player": "^1.2.0",
    "global": "^4.4.0",
    "i18next": "^17.0.3",
    "i18next-xhr-backend": "^3.0.0",
    "mobx": "^5.10.0",
    "mobx-react": "^5.4.3",
    "moment": "^2.24.0",
    "react": "16.8.3",
    "react-dom": "^16.8.6",
    "react-i18next": "^9.0.0",
    "react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
    "react-native-appearance": "~0.1.0",
    "react-native-auto-height-image": "^1.1.0",
    "react-native-autogrow-textinput": "^5.2.0",
    "react-native-communications": "^2.2.1",
    "react-native-elements": "^1.1.0",
    "react-native-fade-in-image": "^1.5.0",
    "react-native-gesture-handler": "~1.3.0",
    "react-native-htmlview": "^0.15.0",
    "react-native-media-controls": "^1.1.1",
    "react-native-modal-datetime-picker": "^7.6.0",
    "react-native-modalbox": "^2.0.0",
    "react-native-picker-select": "^6.1.1",
    "react-native-reanimated": "~1.3.0",
    "react-native-root-toast": "^3.1.2",
    "react-native-scalable-image": "^1.0.0",
    "react-native-snap-carousel": "^3.8.0",
    "react-native-status-bar-height": "^2.3.1",
    "react-native-swipe-gestures": "^1.0.3",
    "react-native-webview": "7.4.0",
    "react-navigation": "^4.0.0",
    "react-navigation-drawer": "^2.0.1",
    "react-navigation-stack": "^1.5.1",
    "react-navigation-tabs": "^2.3.0",
    "tinycolor2": "^1.4.1"

Hey @intutor,

Yes, this is expected for a managed Expo binary. We bundle all the available modules per SDK which gives you the benefit of being able to use OTA updates to make use of any of said modules.

You can keep your no declaration as you are not actually making use of it said ad SDKs.

Cheers,
Adam

Thanks for your reply @adamjnav.
What if I want to remove Facebook and AdMob SDK without bare workflow? What can I do?

My boss is a little worried of data beeing tracked by thirdparties. Can you assure me that it doesn’t happen and its GDPR Compliant?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.