IOS meeting issue

I am using Zoom iOS SDK for meeting, In Appdelegate i have used sdkAuth() method, first time app is working fine and meeting completed perfectly but when i come back to my first view controller after end my meeting then without killing app i am not able to start another meeting. I got following errors on my Xcode console- 

Error getting all calendars: Error Domain=EKCADErrorDomain Code=1019 “(null)”

MobileRTCSwiftSample[35281:12287550] [EventKit] Error (1019) in reply block for CADDatabaseFetchCalendarItemsWithPredicate attempt 1/3

MobileRTCSwiftSample[35281:12287550] [EventKit] Error (1019) in reply block for CADDatabaseFetchCalendarItemsWithPredicate attempt 2/3

MobileRTCSwiftSample[35281:12287550] [EventKit] Error (1019) in reply block for CADDatabaseFetchCalendarItemsWithPredicate attempt 3/3

MobileRTCSwiftSample[35281:12287550] [EventKit] All retries exhausted for CADDatabaseFetchCalendarItemsWithPredicate

Hi Ramsey:

Thank you for choose zoom. 

Error getting all calendars: Error Domain=EKCADErrorDomain Code=1019 “(null)”

The error is one kind of error while your app integrate with Calendar. Zoom iOS SDK will not do any job which integrate with Calendar.

So please help to check on your behalf. Any question, feel free to post here.

 

Error Domain=EKCADErrorDomain Code=1019

This error is coming, except zoom there is only two screens in my project first comes before zoom starts and next one when zoom ends. I don’t think there is some issue at my end. Please cross check once. Issue is zoom is not authenticating me when i starts another meeting with killing app. 

hi Ramsey:

 you only need to  call sdk auth once. If success, you do not need to care it again.

 

I have done same thing in my code… sdk auth method is calling only via Appdelegate class. 

Could you please send us your testing project which can duplicate this issue? We will check it in our side.

 

Thanks!