App removed from Playstore - Violation of Personal and Sensitive Information policy

Hello,

I received an email from google play store saying that my app has been removed for Violation of Personal and Sensitive Information policy .

Here is my app.json

{
  "expo": {
    "sdkVersion": "30.0.0",
    "name": "Wondercar",
    "version": "1.3.0",
    "slug": "wondercar",
    "facebookScheme": "fb2049003292005151",
    "facebookAppId": "2049003292005151",
    "facebookDisplayName": "wondercar",
    "androidStatusBar": {
      "barStyle": "light-content",
      "backgroundColor": "#454545"
    },
    "icon": "./icons/icon.png",
    "splash": {
      "backgroundColor": "#1C292F",
      "resizeMode": "cover",
      "image": "./icons/splash.png"
    },
    "ios": {
      "bundleIdentifier": "be.wondercar.app",
      "config": {
        "usesNonExemptEncryption": false
      },
      "infoPlist": {
        "NSLocationAlwaysUsageDescription": "Get user position",
        "NSCameraUsageDescription": "Camera is used to append pictures of your damaged car to your quotation"
      },
      "publishBundlePath": "ios/wondercar/Supporting/shell-app.bundle",
      "publishManifestPath": "ios/wondercar/Supporting/shell-app-manifest.json"
    },
    "android": {
      "package": "be.wondercar.app",
      "versionCode": 13000,
      "permissions": [
        "CAMERA"
      ],
      "publishBundlePath": "android/app/src/main/assets/shell-app.bundle",
      "publishManifestPath": "android/app/src/main/assets/shell-app-manifest.json"
    },
    "isDetached": true,
    "detach": {
      "iosExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/ios-v2.8.4-sdk30.0.0-3de13133-1adc-4ba1-8569-a84011e570b4.tar.gz",
      "androidExpoViewUrl": "https://s3.amazonaws.com/exp-exponent-view-code/android-v2.8.1-sdk30.0.0-271c32ab-0715-4dfb-8270-ecead3679bb4.tar.gz"
    },
    "scheme": "expda8ceccc083343fb87508d67c4f0ed4b"
  }
}

As you can see, the app has been ejected, I do not know if it can have an impact

And my package.json

{
  "name": "wondercar",
  "version": "1.0.0",
  "private": true,
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "eject": "expo eject",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "test": "jest"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "rnpm": {
    "assets": [
      "assets/fonts/Source_Sans_Pro"
    ]
  },
  "devDependencies": {
    "babel-eslint": "^10.0.1",
    "eslint": "^5.9.0",
    "eslint-config-airbnb": "^17.0.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-import-resolver-webpack": "^0.10.1",
    "eslint-plugin-babel": "^5.1.0",
    "eslint-plugin-flowtype": "^2.50.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jest": "^22.1.2",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-prettier": "^2.6.2",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-react": "^7.10.0",
    "jest-expo": "^32.0.0",
    "prettier": "^1.15.3",
    "yeoman-generator": "^1.1.1"
  },
  "dependencies": {
    "@patwoz/react-navigation-is-focused-hoc": "^1.2.1",
    "axios": "^0.18.0",
    "expo": "^30.0.0",
    "expo-analytics": "^1.0.7",
    "expokit": "^1.7.1",
    "immutable": "^3.8.1",
    "lodash": "^4.17.5",
    "moment": "^2.20.1",
    "prop-types": "15.6.0",
    "react": "16.3.1",
    "react-native": "https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz",
    "react-native-autocomplete-input": "^3.5.0",
    "react-native-chooser": "^1.6.1",
    "react-native-image-slider": "^1.1.5",
    "react-native-loading-spinner-overlay": "^0.5.2",
    "react-native-picker-select": "^2.0.1",
    "react-native-storage": "^0.2.2",
    "react-native-svg": "^5.5.1",
    "react-native-swipe-gestures": "^1.0.2",
    "react-native-video": "^2.0.0",
    "react-navigation": "^2.13.0",
    "react-redux": "^5.0.7",
    "react-saga": "^0.2.5",
    "redux": "^3.7.2",
    "redux-form": "7.2.0",
    "redux-immutable": "^4.0.0",
    "redux-persist": "^5.4.0",
    "redux-persist-immutable": "^4.3.1",
    "redux-saga": "^0.15.6",
    "remote-redux-devtools": "^0.5.12",
    "remotedev-rn-debugger": "^0.8.3",
    "rn-draw": "^0.0.5",
    "svg-points": "^6.0.0",
    "uuid": "^3.2.1"
  }
}

Thank you in advance for your help