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
As the title suggests, our app is unable to connect to the terminal after closing it by swiping it out of the recents list. Steps to reproduce:
Create a transaction
Complete it or cancel it
Close the app (by swiping it out of the recents list)
Open the app again
Create a transaction
Result: the terminal no longer connects
Workaround: force close the app and start it again.
Additional info:
Our app has a foreground service that keeps the app running all the time. This service comes with android:stopWithTask="true" in the AndroidManifest.xml, so when the app is closed manually by swiping it out of the recents list, the foreground service stops and the app closes. However, the process does not seem to be killed by Android at this point and after relaunching the app, SumUp is no longer working. The app needs to be force closed to restore connectivity.
The text was updated successfully, but these errors were encountered:
As the title suggests, our app is unable to connect to the terminal after closing it by swiping it out of the recents list. Steps to reproduce:
Result: the terminal no longer connects
Workaround: force close the app and start it again.
Additional info:
Our app has a foreground service that keeps the app running all the time. This service comes with
android:stopWithTask="true"
in the AndroidManifest.xml, so when the app is closed manually by swiping it out of the recents list, the foreground service stops and the app closes. However, the process does not seem to be killed by Android at this point and after relaunching the app, SumUp is no longer working. The app needs to be force closed to restore connectivity.The text was updated successfully, but these errors were encountered: