Rohan Shrestha
Rohan Shrestha
I have got the same issue with ios. Always getting the status PermissionStatus.permanentlyDenied.
It seem like we need to add the below code in Podfile. # Start of the permission_handler configuration target.build_configurations.each do |config| config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ '$(inherited)', ## dart: PermissionGroup.calendar # 'PERMISSION_EVENTS=1',...
You need to add permission in android manifest file for accessing the photos. Here is an example: ``
Adding the above permission worked for me. Sorry, if it didn't work for you. Hopefully, we will get a fix soon.
Getting the same error recorded in Crashlytics. Is there a way to fix this?