Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
370 views
in Technique[技术] by (71.8m points)

Google Play store rejects a react native app due to ‘non certified ad SDK’, how to resolve this?

Our simple app, which streams YouTube video content, has been rejected by the Google Play Store due to usage of a 'non certified ads SDK'. However, we have not used any ads sdk in the app.

Any idea on how to fix this?

Here is the list of dependencies.

{
    "@react-native-community/async-storage": "^1.5.0",
    "axios": "^0.19.0",
    "deprecated-react-native-listview": "^0.0.5",
    "prop-types": "^15.7.2",
    "react": "16.8.3",
    "react-native": "0.59.9",
    "react-native-cached-image": "^1.4.3",
    "react-native-fetch-blob": "^0.10.8",
    "react-native-firebase": "^5.5.4",
    "react-native-gesture-handler": "^1.3.0",
    "react-native-orientation": "^3.1.3",
    "react-native-pdf": "^5.1.3",
    "react-native-rate": "^1.1.7",
    "react-native-searchbar": "^1.16.0",
    "react-native-sentry": "^0.43.2",
    "react-native-silent-switch": "thejump/react-native-silent-switch",
    "react-native-simple-store": "^2.0.0",
    "react-native-vector-icons": "^6.4.2",
    "react-native-view-pdf": "^0.8.6",
    "react-native-webview": "^5.11.0",
    "react-native-whc-loading": "^1.0.3",
    "react-native-youtube": "GroupXTech/react-native-youtube",
    "react-navigation": "^3.6.0",
    "react-redux": "^6.0.1",
    "redux": "^4.0.1",
    "redux-persist": "^5.10.0",
    "redux-saga": "^1.0.2",
    "reduxsauce": "^1.0.1"
  }

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...