100mslive / 100ms-react-native

React Native Live Streaming, Video Conferencing SDK & Sample App
https://www.100ms.live/
MIT License
80 stars 29 forks source link

🐛 The app was rejected by Google Play when I used the @100mslive/react-native-hms libraries #1232

Closed nguyentuanit97 closed 11 months ago

nguyentuanit97 commented 11 months ago

Google Rejected: Device and Network Abuse policy: Violation of Device and Network Abuse policy

Hi, I'm trying to implement live streaming and video conference features by 100ms-react-native libs. It's working really well from our app. But when I submitted it to Google Store, they rejected it because of the reason of is Device and Network Abuse policy: Violation of Device and Network Abuse policy. Maybe this lib using Roboelectric SDK to do something.

So I'm pretty sure the root cause is this lib. Already removed this and re-submitted again and they approved.

Does anyone have the same situation as me?

Screenshot 2023-09-28 at 11 14 30

100ms React Native Version

^1.7.0

React Native Version

0.66.3

Steps to reproduce

  1. Install your lib: yarn add @100mslive/react-native-hms
  2. Build and submit to google play Google Play

Expected results

Should be approve by Google

Code example, screenshot, or link to a repository

Screenshot 2023-09-28 at 11 14 30

nguyentuanit97 commented 11 months ago

So I tried to complain to Google because I thought they were mistaken, but they double-checked and responded the same way. After that, I deleted this library and it was approved. Then I tried reinstalling again the library and submitted it but it was rejected.

nguyentuanit97 commented 11 months ago

Upgrade version to 1.8.0 and was resolved. Thank @ygit to support.