-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Targeting S+ (version 31 and above) requires that one of FLAG_IMMUTABLE or FLAG_MUTABLE be specified when creating a PendingIntent #247
Comments
This is the output every time I try to upload, I'm using Ionic 6 in Angular. Everything works fine on iOS but not on Android :( It appears to schedule the background task but not fire it, it just gets enqueued. Pleeeease help.
|
Hello @gbrits, Can you send me your |
My
My
The
|
Ok so since upgrading to Angular 11.0 and updating a bunch of the toolkits as a result, I'm now getting the unable to find file error when trying to upload. Never been so happy to see an error! I also think I was using
Updated
|
The URI that is failing to upload:
EDIT:
The plugin I am using (cordova-plugin-video-editor) uses the following java code to generate the path:
|
Hello @gbrits, I am seeing in your package.json that you are using not the latest version: 4.0.7 Make sure to include the installation like this in you package.json:
|
After upgrading to the latest Ionic, latest Capacitor, latest Angular etc on an old app, I eventually got to the point where I was testing the background upload tasks and this error started to arise.
It should be noted I had to include:
in my
android/app/build.gradle
to overcome okhttp issues with this plugin, and then the PendingIntent errors started popping up. The tasks get backgrounded, but never start uploading for real:Thanks any help is appreciated.
The text was updated successfully, but these errors were encountered: