theappbusiness / TABTestKit

Library designed to make writing and maintaining automated tests for iOS applications. This includes automation of bio-metrics and controlling of mock servers
MIT License
59 stars 13 forks source link

Waiting for App to become `.runningBackground` fails on iOS 14 #135

Closed jsanderson44 closed 3 years ago

jsanderson44 commented 3 years ago

A fix was introduced for iOS 13 that forces the app to wait for the .runningBackground state rather than the .runningBackgroundSuspended state. However this is not the case for iOS 14 and causes the tests to fail. iOS 14 to should revert to using the . runningBackgroundSuspended state.