Not working in iOS device.
The library is not working in iOS device , I have used 3.2.7 library version, pod version 1.93 and XCode 11.5.. Please let me know the solutions to fix. Thanks in advance
Same problem.
Android works, iOS not. Package verison: 3.3.0 XCode: 12.1
XCode 12.2 Package version 3.3.0 IOS not work,and when use the requestCameraPermission Func ,the app is crashed.
Same thing for me, working on android but not for iOS
Same problem here, anyone has a solution?
Same problem. any soliution for this?
I'm using 3.3.0
#146 Hi. Would you check the permission of your application? I had the same issue and noticed that the IncallManager checks the permission when the "App Started" However, if you never had any permission grant message, the system will have permission as "undetermined" state which IncallManager doesn't allow.
I agree to permission once and restart app, the IncallManager correctly works.