AgoraIO / AgoraRTM_iOS

Agora's Real-time Messaging SDK Swift Package for iOS 📦
MIT License
4 stars 4 forks source link

Privacy Manifest #9

Open edanilaydagdemir opened 3 months ago

edanilaydagdemir commented 3 months ago

Starting from May 1st, Privacy Manifest files will become mandatory. All the SDKs used in our app needs to incorporate the xcprivacy manifest. Reference: https://developer.apple.com/news/?id=3d8a9yyh

We require the iOS SDK version of xcprivacy manifest that is compatible with the xcprivacy manifest.

Do we need to add APIs such as System Boot Time API, File Timestamp API and Disk Space API, which are among the Privacy Accessed API Types that Apple requires us to declare, to our own Privacy Manifest file even if we don't use them but Agora does? Or is it sufficient for them to be added to the library's privacy manifest by your team when the Agora library is updated to avoid rejection by Apple?

rahul-sysquare commented 2 months ago

@maxxfrazer Is this library alive? Why no one is replying to this issue?

maxxfrazer commented 2 months ago

I'm no longer in the Agora team, try reaching out to the team via the support channels.

last i know, this product was moving to a 2.0 version that works across all apple platforms:

https://github.com/AgoraIO/AgoraRtm_Apple

currently no manifest file there either though.