-
Notifications
You must be signed in to change notification settings - Fork 70
Closed
Description
Describe the bug
I have an application that was previously on Capacitor version 3.6.0, and it worked perfectly. So we need to update Capacitor to version 4.6.1 and now it always stops working after 5 minutes in while the application is in Background.
To Reproduce
create an application with the following libs:
"@capacitor-community/background-geolocation": "1.2.7",
"@capacitor/android": "4.6.1",
"@capacitor/ios": "4.6.1",
"@capacitor/core": "4.6.1",
"@capacitor/app": "4.1.1",
Remembering that the same code with these lib versions here work perfectly sending POST for more than 5 minutes:
"@capacitor-community/background-geolocation": "1.2.7",
"@capacitor/android": "3.5.1",
"@capacitor/ios": "3.6.0",
"@capacitor/core": "3.6.0",
"@capacitor/app": "1.1.1",
christocracy
Metadata
Metadata
Assignees
Labels
No labels