Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App was rejected on Huawei AppGallery #246

Closed
moon-xt opened this issue Oct 24, 2022 · 27 comments
Closed

App was rejected on Huawei AppGallery #246

moon-xt opened this issue Oct 24, 2022 · 27 comments

Comments

@moon-xt
Copy link

moon-xt commented Oct 24, 2022

Huawei detected that our app got the accelerometer during initialization.

尊敬的开发者,您好!您的应用在用户同意隐私政策前存在获取用户个人信息(加速度传感器)的违规调用行为,请您将相关问题反馈至贵司的开发人员,自检日志及调用栈信息(不限于SDK的获取信息行为),应用上架需确保在用户同意隐私政策后再进行接口调用和个人信息获取。相关调用栈如下,请查收,谢谢!android.hardware.SensorManager.registerListener(SensorManager.java:823),
android.hardware.SensorManager.registerListener(SensorManager.java:730),
android.view.OrientationEventListener.enable(OrientationEventListener.java:105),
org.wonday.orientation.OrientationModule.(OrientationModule.java:109),
org.wonday.orientation.OrientationPackage.createNativeModules(OrientationPackage.java:28),
com.facebook.react.ReactPackageHelper.getNativeModuleIterator(ReactPackageHelper.java:42),
com.facebook.react.NativeModuleRegistryBuilder.processPackage(NativeModuleRegistryBuilder.java:42),
com.facebook.react.ReactInstanceManager.processPackage(ReactInstanceManager.java:1462),
com.facebook.react.ReactInstanceManager.processPackages(ReactInstanceManager.java:1433),
com.facebook.react.ReactInstanceManager.createReactContext(ReactInstanceManager.java:1327),
com.facebook.react.ReactInstanceManager.access$1200(ReactInstanceManager.java:138)

@moon-xt moon-xt changed the title App was rejected on Huawei AppGallery App was rejected on Huawei AppGallery and xiaomi Oct 24, 2022
@moon-xt moon-xt changed the title App was rejected on Huawei AppGallery and xiaomi App was rejected on Huawei AppGallery Oct 24, 2022
@huangnan78100
Copy link

I have the same problem

@huangnan78100
Copy link

App was rejected on xiaomi AppGallery

@huangnan78100
Copy link

什么时候能解决啊,现在小米应用市场上不了

@moon-xt
Copy link
Author

moon-xt commented Oct 26, 2022

什么时候能解决啊,现在小米应用市场上不了

这个是安卓代码初始化问题

@huangnan78100
Copy link

是初始化的问题,初始化module的时候,你有什么解决办法吗?

@huangnan78100
Copy link

什么时候能解决啊,现在小米应用市场上不了

这个是安卓代码初始化问题

我看了一下,不太好处理,你有什么解决办法吗?

@huangnan78100
Copy link

什么时候能解决啊,现在小米应用市场上不了

这个是安卓代码初始化问题

我看了一下,不太好处理,你有什么解决办法吗?

你们也是应用市场上不去? 还是用什么规避方案先上市场

@moon-xt
Copy link
Author

moon-xt commented Oct 26, 2022

什么时候能解决啊,现在小米应用市场上不了

这个是安卓代码初始化问题

我看了一下,不太好处理,你有什么解决办法吗?

需要安卓工程师来改

@moon-xt
Copy link
Author

moon-xt commented Oct 26, 2022

什么时候能解决啊,现在小米应用市场上不了

这个是安卓代码初始化问题

我看了一下,不太好处理,你有什么解决办法吗?

你们也是应用市场上不去? 还是用什么规避方案先上市场

华为和小米的应用市场都有这个问题,还没上

@huangnan78100
Copy link

这个项目的作者不知道什么时候能处理,我在试着本地改下。

@moon-xt
Copy link
Author

moon-xt commented Oct 26, 2022

这个项目的作者不知道什么时候能处理,我在试着本地改下。

有进展及时沟通🤝

@huangnan78100
Copy link

这个项目的作者不知道什么时候能处理,我在试着本地改下。

有进展及时沟通🤝

okok

@hengkx
Copy link

hengkx commented Oct 28, 2022

有什么进展吗 我也遇到了

@moon-xt moon-xt closed this as completed Nov 4, 2022
@RevivalDev
Copy link

暂时解决方案:https://github.com/XT-0515/react-native-orientation-locker

您好,我按照您上面的方式好像在小米还是审核不通过,那个微信群的二维码方便再发一次吗?我想加群请教一下

@Snooker-shoot
Copy link

@XT-0515 你好,请问你解决了吗?能分享一下解决方案吗

@lyrpromax
Copy link

image
The author here initialized the screen listener to listen for sensor changes, I think just delay the initialization (new OrientationEventListener), when it needs to be properly initialized you need to send a notification using rn and native interaction to tell it to initialize, Of course, this requires some android skills.

@moon-xt
Copy link
Author

moon-xt commented Aug 14, 2023

image The author here initialized the screen listener to listen for sensor changes, I think just delay the initialization (new OrientationEventListener), when it needs to be properly initialized you need to send a notification using rn and native interaction to tell it to initialize, Of course, this requires some android skills.

Yes, can you provide a pull request?Thanks

@lyrpromax
Copy link

lyrpromax commented Aug 15, 2023

I submitted a branch to solve this problem
#270 (comment)

moon-xt added a commit to moon-xt/react-native-orientation-locker that referenced this issue Sep 15, 2023
@izozo
Copy link

izozo commented Jul 5, 2024

你好,请问你解决这个问题了吗?我现在上架华为也遇到了这种情况。

@moon-xt
Copy link
Author

moon-xt commented Jul 5, 2024

I submitted a branch to solve this problem #270 (comment)

@izozo 解决方案在这

@izozo
Copy link

izozo commented Jul 5, 2024

I submitted a branch to solve this problem #270 (comment)

@izozo 解决方案在这

最新版本有解决完这个问题吗 我看了下你上面提到的改动比较大- - 我项目上的库是去年的

@moon-xt
Copy link
Author

moon-xt commented Jul 5, 2024

I submitted a branch to solve this problem #270 (comment)我提交了一个分支来解决这个问题#270(评论)

@izozo 解决方案在这

最新版本有解决完这个问题吗 我看了下你上面提到的改动比较大- - 我项目上的库是去年的

这个问题的pr作者没合并,固定版本号,自行patch打补丁吧

@izozo
Copy link

izozo commented Jul 5, 2024

I submitted a branch to solve this problem #270 (comment)我提交了一个分支来解决这个问题#270(评论)

@izozo 解决方案在这

最新版本有解决完这个问题吗 我看了下你上面提到的改动比较大- - 我项目上的库是去年的

这个问题的pr作者没合并,固定版本号,自行patch打补丁吧

痛苦嘞

@PDxixiangkeren
Copy link

I submitted a branch to solve this problem #270 (comment)我提交了一个分支来解决这个问题#270(评论)

@izozo 解决方案在这

最新版本有解决完这个问题吗 我看了下你上面提到的改动比较大- - 我项目上的库是去年的

这个问题的pr作者没合并,固定版本号,自行patch打补丁吧

痛苦嘞

哥们怎么样了

@PDxixiangkeren
Copy link

I submitted a branch to solve this problem #270 (comment)

@izozo 解决方案在这

1.5.0版本都没有这两个方法咋搞

@izozo
Copy link

izozo commented Jul 23, 2024

I submitted a branch to solve this problem #270 (comment)

@izozo 解决方案在这

1.5.0版本都没有这两个方法咋搞

我查了下项目用到这里的地方不多 我直接去掉这个库了。。。

@PDxixiangkeren
Copy link

I submitted a branch to solve this problem #270 (comment)

@izozo 解决方案在这

1.5.0版本都没有这两个方法咋搞

我查了下项目用到这里的地方不多 我直接去掉这个库了。。。

难搞啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants