You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I 've been using background-http plugin for years and it works great to upload photos taken with app on application server with an api.
In accordance with google's request to update my application on the play store, I had to target android 34. Now when I want to publish my application, it tells me that I have to justify why and how I use the permission FOREGROUND_SERVICE_DATA_SYNC with a video.
I noticed that this permission was requested by net.gotev:uploadservice:4.9.2 which is a dependency of the background-http plugin.
Do you have a solution?
meeshkabob, pkanane, justintoth, berott and pap5508