-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Android 14 #596
Comments
Hi, i fixed the pending indent problem and it works on android 13, but now on samsung with android 14 it didn't work and it crashes my app. Someone knows how to help me? |
Hi, I also had this problem. But this fork helped me https://github.com/brunochikuji/cordova-plugin-background-mode.git |
By using this, the play console is requiring me to declare tasks and provide videos for foreground services. Is there an alternative way to avoid this process? |
@Neelam1990 I used it and I didn't had this problem. Are you working on Android or iOS? For Android have you added the android permissions like: android.permission.FOREGROUND_SERVICE" in the AndroidManifest? For iOS insted you have to add keys: in the (nameoftheproject)-Info.plist |
Yes, these permissions are already available in my AndroidManifest.xml. |
@Neelam1990 can I ask you what is your goal for your project to understand better? |
This plugin is being used by me to continuously play my music audios in background mode. After implementing the functionality, I uploaded it to the Google Play console and it shows the message that I mentioned earlier. |
@Neelam1990 Ok, that's mine: const { configure } = require("quasar/wrappers"); module.exports = configure(function (/* ctx */) {
}; |
No description provided.
The text was updated successfully, but these errors were encountered: