jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
273 stars 238 forks source link

The APP Integration Jitsi was rejected by AppStore #114

Open Tang910103 opened 3 years ago

Tang910103 commented 3 years ago

Guideline 5.0 - Legal

Recently, the Chinese Ministry of Industry and Information Technology (MIIT) requested that CallKit functionality be deactivated in all apps available on the China App Store.

During our review, we found that your app currently includes CallKit functionality and has China listed as an available territory in App Store Connect.

Next Steps

This app cannot be approved with CallKit functionality active in China. Please make the appropriate changes and resubmit this app for review.

If you have already ensured that CallKit functionality is not active in China, you may reply to this message in Resolution Center to confirm.

Voice over Internet Protocol (VoIP) call functionality continues to be allowed but can no longer take advantage of CallKit’s intuitive look and feel. CallKit can continue to be used in apps outside of China.

saghul commented 3 years ago

You can disable it by setting enabled to false in JMCallKitProxy.

xiongqg commented 5 months ago

You can disable it by setting enabled to false in JMCallKitProxy.

I have set [JMCallKitProxy setEnable: NO]; The CallKit function has not been disabled, and it is still displayed in my call history. I see that it is disabled by default in the framework