Info.plist should contain a NSContactsUsageDescription & NSCalendarsUsageDescription

I am using the Meeting SDK to create a custom UI.
After updating the SDK Update v5.17.1.12530

Apple starts rejecting my app with the following error:

The iOS SDK documentation says to specify only these permissions in project settings Info.plist .

NSBluetoothPeripheralUsageDescription
We will use your Bluetooth to access your Bluetooth headphones.
NSCameraUsageDescription
For people to see you during meetings, we need access to your camera.
NSMicrophoneUsageDescription
For people to hear you during meetings, we need access to your microphone.
NSPhotoLibraryUsageDescription
For people to share, we need access to your photos

1 Like

I have to same issue

Hello Priyank,

NSContactsUsageDescription is used for Invite Contacts under Participant > Invite. NSCalendarUsageDescription is used to access calendar for scheduling meetings, but it should be optional in SDK.

Thanks for your patience,
Richard

Hi Richard,

Is there any way to disable these permissions such that we don’t have to list them in our Info.plist if we do not plan to use them?
For our app, it may cause some concerns among our users that we have these permissions.

Thanks!